#CAF38C

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

Shades of Sulu #CAF38C

Tints of Sulu #CAF38C

Color information

#CAF38C (or 0xCAF38C) is unknown color: approx Sulu. HEX triplet: CA, F3 and 8C. RGB value is (202,243,140). Sum of RGB (Red+Green+Blue) = 202+243+140=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF38C is #350C73. Grayscale: #DBDBDB. Windows color (decimal): -3476596 or 9237450. OLE color: 9237450.

HSL color Cylindrical-coordinate representation of color #CAF38C: hue angle of 83.88º degrees, saturation: 0.81, 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 #CAF38C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB202243140-
CMYK0.1700.420.05
HSL83.88º81.1%75.1%-
HSV(B)83.88º42.39%95.29%-
XYZ61.1478.5536.75-
YUV21983.42115.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 243 (95.31% from 255) = 41.54%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=34.53%
G=41.54%
B=23.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431400.1700.420.0583.8881.175.1
HexCAF38C1102A554514b
Octal312363214210525124121113
Binary110010101111001110001100100010101010101101010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF38C; }

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

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

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

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

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

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

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

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