#AFF87D

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

Shades of Sulu #AFF87D

Tints of Sulu #AFF87D

Color information

#AFF87D (or 0xAFF87D) is unknown color: approx Sulu. HEX triplet: AF, F8 and 7D. RGB value is (175,248,125). Sum of RGB (Red+Green+Blue) = 175+248+125=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF87D is #500782. Grayscale: #D4D4D4. Windows color (decimal): -5244803 or 8255663. OLE color: 8255663.

HSL color Cylindrical-coordinate representation of color #AFF87D: hue angle of 95.61º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF87D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB175248125-
CMYK0.2900.500.03
HSL95.61º89.78%73.14%-
HSV(B)95.61º49.6%97.25%-
XYZ54.9577.7331.51-
YUV212.1578.82101.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 248 (97.27% from 255) = 45.26%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=31.93%
G=45.26%
B=22.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481250.2900.500.0395.6189.7873.14
HexAFF87D1D0323605a49
Octal257370175350623140132111
Binary1010111111111000111110111101011001011110000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF87D; }

 p { color: rgb(175,248,125); }

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

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

 a { background-color: rgb(175,248,125); }

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

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

 span { border-color: rgb(175,248,125); }

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