Shades of Green Mist #CAD3A0
Tints of Green Mist #CAD3A0
RGB
CMYK
RGB Variations
Color information
#CAD3A0 (or 0xCAD3A0) is known color: Green Mist. HEX triplet: CA, D3 and A0. RGB value is (202,211,160). Sum of RGB (Red+Green+Blue) = 202+211+160=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD3A0 is #352C5F. Grayscale: #CACACA. Windows color (decimal): -3484768 or 10539978. OLE color: 10539978.
HSL color Cylindrical-coordinate representation of color #CAD3A0: hue angle of 70.59º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAD3A0 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 160 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.17 |
| HSL | 70.59º | 0.37% | 0.73% | - |
| HSV(B) | 70.59º | 0.24% | 0.83% | - |
| XYZ | 54 | 61.68 | 42.32 | - |
| YUV | 202.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 160 | 0.04 | 0 | 0.24 | 0.17 | 70.59 | 0.37 | 0.73 |
| Hex | CA | D3 | A0 | 4 | 0 | 18 | 11 | 47 | 25 | 49 |
| Octal | 312 | 323 | 240 | 4 | 0 | 30 | 21 | 107 | 45 | 111 |
| Binary | 11001010 | 11010011 | 10100000 | 100 | 0 | 11000 | 10001 | 1000111 | 100101 | 1001001 |
Color Harmonies of #CAD3A0
Complementary color
Monochromatic Colors of #CAD3A0
Black with #CAD3A0
Text Example
Text Example
White with #CAD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3A0; }
p { color: rgb(202,211,160); }
H1.HeaderClassName
{
color: #CAD3A0;
}
.AnyTagClassName
{
color: #CAD3A0;
}
</style>
background-color css
<style>
a { background-color: #CAD3A0; }
a { background-color: rgb(202,211,160); }
div.DivClassName
{
background-color: #CAD3A0;
}
.BgClassName
{
background-color: #CAD3A0;
}
</style>
border-color css
<style>
span { border-color: #CAD3A0; }
span { border-color: rgb(202,211,160); }
td.TdClassName
{
border-color: #CAD3A0;
}
.TagClassName
{
border-color: #CAD3A0;
}
</style>