#AFFD79

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

Shades of Sulu #AFFD79

Tints of Sulu #AFFD79

Color information

#AFFD79 (or 0xAFFD79) is unknown color: approx Sulu. HEX triplet: AF, FD and 79. RGB value is (175,253,121). Sum of RGB (Red+Green+Blue) = 175+253+121=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD79 is #500286. Grayscale: #D7D7D7. Windows color (decimal): -5243527 or 7994799. OLE color: 7994799.

HSL color Cylindrical-coordinate representation of color #AFFD79: hue angle of 95.45º degrees, saturation: 0.97, 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 #AFFD79 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB175253121-
CMYK0.3100.520.01
HSL95.45º97.06%73.33%-
HSV(B)95.45º52.17%99.22%-
XYZ56.2680.7430.71-
YUV214.6375.1699.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 121 (47.66% from 255) = 22.04%
R=31.88%
G=46.08%
B=22.04%

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
Decimal1752531210.3100.520.0195.4597.0673.33
HexAFFD791F03415f6149
Octal257375171370641137141111
Binary101011111111110111110011111101101001101111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD79; }

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

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

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

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

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

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

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

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