#AFF774

Color #AFF774 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #AFF774

Tints of Sulu #AFF774

Color information

#AFF774 (or 0xAFF774) is unknown color: approx Sulu. HEX triplet: AF, F7 and 74. RGB value is (175,247,116). Sum of RGB (Red+Green+Blue) = 175+247+116=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF774 is #50088B. Grayscale: #D2D2D2. Windows color (decimal): -5245068 or 7665583. OLE color: 7665583.

HSL color Cylindrical-coordinate representation of color #AFF774: hue angle of 92.98º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFF774 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB175247116-
CMYK0.2900.530.03
HSL92.98º89.12%71.18%-
HSV(B)92.98º53.04%96.86%-
XYZ54.0976.928.51-
YUV210.5474.65102.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 247 (96.88% from 255) = 45.91%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=32.53%
G=45.91%
B=21.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471160.2900.530.0392.9889.1271.18
HexAFF7741D03535d5947
Octal257367164350653135131107
Binary1010111111110111111010011101011010111101110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF774; }

 p { color: rgb(175,247,116); }

 H1.HeaderClassName
 {
   color: #AFF774;
 }
 .AnyTagClassName
 {
   color: #AFF774;
 }
</style>
background-color css

<style>
 a { background-color: #AFF774; }

 a { background-color: rgb(175,247,116); }

 div.DivClassName
 {
   background-color: #AFF774;
 }
 .BgClassName
 {
   background-color: #AFF774;
 }
</style>
border-color css

<style>
 span { border-color: #AFF774; }

 span { border-color: rgb(175,247,116); }

 td.TdClassName
 {
   border-color: #AFF774;
 }
 .TagClassName
 {
   border-color: #AFF774;
 }
</style>