#CAF08C

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

Shades of Sulu #CAF08C

Tints of Sulu #CAF08C

Color information

#CAF08C (or 0xCAF08C) is unknown color: approx Sulu. HEX triplet: CA, F0 and 8C. RGB value is (202,240,140). Sum of RGB (Red+Green+Blue) = 202+240+140=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF08C is #350F73. Grayscale: #D9D9D9. Windows color (decimal): -3477364 or 9236682. OLE color: 9236682.

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

Color convert

RGB202240140-
CMYK0.1600.420.06
HSL82.8º76.92%74.51%-
HSV(B)82.8º41.67%94.12%-
XYZ60.2576.7736.45-
YUV217.2484.41117.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 240 (94.14% from 255) = 41.24%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=34.71%
G=41.24%
B=24.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401400.1600.420.0682.876.9274.51
HexCAF08C1002A6534d4b
Octal312360214200526123115113
Binary110010101111000010001100100000101010110101001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF08C; }

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

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

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

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

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

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

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

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