#AFFD80

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

Shades of Sulu #AFFD80

Tints of Sulu #AFFD80

Color information

#AFFD80 (or 0xAFFD80) is unknown color: approx Sulu. HEX triplet: AF, FD and 80. RGB value is (175,253,128). Sum of RGB (Red+Green+Blue) = 175+253+128=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD80 is #50027F. Grayscale: #D7D7D7. Windows color (decimal): -5243520 or 8453551. OLE color: 8453551.

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

Color convert

RGB175253128-
CMYK0.3100.490.01
HSL97.44º96.9%74.71%-
HSV(B)97.44º49.41%99.22%-
XYZ56.780.9233.05-
YUV215.4378.6699.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=31.47%
G=45.50%
B=23.02%

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
Decimal1752531280.3100.490.0197.4496.974.71
HexAFFD801F031161614b
Octal257375200370611141141113
Binary1010111111111101100000001111101100011110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD80; }

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

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

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

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

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

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

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

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