#AFFD81

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

Shades of Sulu #AFFD81

Tints of Sulu #AFFD81

Color information

#AFFD81 (or 0xAFFD81) is unknown color: approx Sulu. HEX triplet: AF, FD and 81. RGB value is (175,253,129). Sum of RGB (Red+Green+Blue) = 175+253+129=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD81 is #50027E. Grayscale: #D7D7D7. Windows color (decimal): -5243519 or 8519087. OLE color: 8519087.

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

Color convert

RGB175253129-
CMYK0.3100.490.01
HSL97.74º96.88%74.9%-
HSV(B)97.74º49.01%99.22%-
XYZ56.7780.9533.4-
YUV215.5479.1699.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 129 (50.78% from 255) = 23.16%
R=31.42%
G=45.42%
B=23.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531290.3100.490.0197.7496.8874.9
HexAFFD811F031162614b
Octal257375201370611142141113
Binary1010111111111101100000011111101100011110001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD81; }

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

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

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

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

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

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

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

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