#CAF18C

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

Shades of Sulu #CAF18C

Tints of Sulu #CAF18C

Color information

#CAF18C (or 0xCAF18C) is unknown color: approx Sulu. HEX triplet: CA, F1 and 8C. RGB value is (202,241,140). Sum of RGB (Red+Green+Blue) = 202+241+140=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF18C is #350E73. Grayscale: #DADADA. Windows color (decimal): -3477108 or 9236938. OLE color: 9236938.

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

Color convert

RGB202241140-
CMYK0.1600.420.05
HSL83.17º78.29%74.71%-
HSV(B)83.17º41.91%94.51%-
XYZ60.5577.3636.55-
YUV217.8284.08116.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 241 (94.53% from 255) = 41.34%
BLUE value IS 140 (55.08% from 255) = 24.01%
R=34.65%
G=41.34%
B=24.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411400.1600.420.0583.1778.2974.71
HexCAF18C1002A5534e4b
Octal312361214200525123116113
Binary110010101111000110001100100000101010101101001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF18C; }

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

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

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

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

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

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

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

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