#CAF182

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

Shades of Sulu #CAF182

Tints of Sulu #CAF182

Color information

#CAF182 (or 0xCAF182) is unknown color: approx Sulu. HEX triplet: CA, F1 and 82. RGB value is (202,241,130). Sum of RGB (Red+Green+Blue) = 202+241+130=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF182 is #350E7D. Grayscale: #D9D9D9. Windows color (decimal): -3477118 or 8581578. OLE color: 8581578.

HSL color Cylindrical-coordinate representation of color #CAF182: hue angle of 81.08º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF182 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB202241130-
CMYK0.1600.460.05
HSL81.08º79.86%72.75%-
HSV(B)81.08º46.06%94.51%-
XYZ59.8477.0832.84-
YUV216.6879.08117.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 241 (94.53% from 255) = 42.06%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=35.25%
G=42.06%
B=22.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411300.1600.460.0581.0879.8672.75
HexCAF1821002E5515049
Octal312361202200565121120111
Binary110010101111000110000010100000101110101101000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF182; }

 p { color: rgb(202,241,130); }

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

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

 a { background-color: rgb(202,241,130); }

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

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

 span { border-color: rgb(202,241,130); }

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