#CAD49F

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

Shades of Green Mist #CAD49F

Tints of Green Mist #CAD49F

Color information

#CAD49F (or 0xCAD49F) is unknown color: approx Green Mist. HEX triplet: CA, D4 and 9F. RGB value is (202,212,159). Sum of RGB (Red+Green+Blue) = 202+212+159=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD49F is #352B60. Grayscale: #CBCBCB. Windows color (decimal): -3484513 or 10474698. OLE color: 10474698.

HSL color Cylindrical-coordinate representation of color #CAD49F: hue angle of 71.32º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAD49F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB202212159-
CMYK0.0500.250.17
HSL71.32º38.13%72.75%-
HSV(B)71.32º25%83.14%-
XYZ54.1662.1541.94-
YUV202.97103.19127.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=35.25%
G=37.00%
B=27.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121590.0500.250.1771.3238.1372.75
HexCAD49F501911472649
Octal31232423750312110746111
Binary1100101011010100100111111010110011000110001111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD49F; }

 p { color: rgb(202,212,159); }

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

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

 a { background-color: rgb(202,212,159); }

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

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

 span { border-color: rgb(202,212,159); }

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