#CAF87E

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

Shades of Sulu #CAF87E

Tints of Sulu #CAF87E

Color information

#CAF87E (or 0xCAF87E) is unknown color: approx Sulu. HEX triplet: CA, F8 and 7E. RGB value is (202,248,126). Sum of RGB (Red+Green+Blue) = 202+248+126=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF87E is #350781. Grayscale: #DCDCDC. Windows color (decimal): -3475330 or 8321226. OLE color: 8321226.

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

Color convert

RGB202248126-
CMYK0.1900.490.03
HSL82.62º89.71%73.33%-
HSV(B)82.62º49.19%97.25%-
XYZ61.6981.232.16-
YUV220.3474.76114.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 248 (97.27% from 255) = 43.06%
BLUE value IS 126 (49.61% from 255) = 21.88%
R=35.07%
G=43.06%
B=21.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481260.1900.490.0382.6289.7173.33
HexCAF87E130313535a49
Octal312370176230613123132111
Binary1100101011111000111111010011011000111101001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF87E; }

 p { color: rgb(202,248,126); }

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

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

 a { background-color: rgb(202,248,126); }

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

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

 span { border-color: rgb(202,248,126); }

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