#CAF181

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

Shades of Sulu #CAF181

Tints of Sulu #CAF181

Color information

#CAF181 (or 0xCAF181) is unknown color: approx Sulu. HEX triplet: CA, F1 and 81. RGB value is (202,241,129). Sum of RGB (Red+Green+Blue) = 202+241+129=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF181 is #350E7E. Grayscale: #D8D8D8. Windows color (decimal): -3477119 or 8516042. OLE color: 8516042.

HSL color Cylindrical-coordinate representation of color #CAF181: hue angle of 80.89º 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 #CAF181 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB202241129-
CMYK0.1600.460.05
HSL80.89º80%72.55%-
HSV(B)80.89º46.47%94.51%-
XYZ59.7777.0532.49-
YUV216.5778.58117.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=35.31%
G=42.13%
B=22.55%

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
Decimal2022411290.1600.460.0580.898072.55
HexCAF1811002E5515049
Octal312361201200565121120111
Binary110010101111000110000001100000101110101101000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF181; }

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

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

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

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

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

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

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

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