#AFFC79

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

Shades of Sulu #AFFC79

Tints of Sulu #AFFC79

Color information

#AFFC79 (or 0xAFFC79) is unknown color: approx Sulu. HEX triplet: AF, FC and 79. RGB value is (175,252,121). Sum of RGB (Red+Green+Blue) = 175+252+121=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC79 is #500386. Grayscale: #D6D6D6. Windows color (decimal): -5243783 or 7994543. OLE color: 7994543.

HSL color Cylindrical-coordinate representation of color #AFFC79: hue angle of 95.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFFC79 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB175252121-
CMYK0.3100.520.01
HSL95.27º95.62%73.14%-
HSV(B)95.27º51.98%98.82%-
XYZ55.9480.1230.6-
YUV214.0475.49100.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 252 (98.83% from 255) = 45.99%
BLUE value IS 121 (47.66% from 255) = 22.08%
R=31.93%
G=45.99%
B=22.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521210.3100.520.0195.2795.6273.14
HexAFFC791F03415f6049
Octal257374171370641137140111
Binary101011111111110011110011111101101001101111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC79; }

 p { color: rgb(175,252,121); }

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

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

 a { background-color: rgb(175,252,121); }

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

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

 span { border-color: rgb(175,252,121); }

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