Shades of Green Mist #CAD097
Tints of Green Mist #CAD097
RGB
CMYK
RGB Variations
Color information
#CAD097 (or 0xCAD097) is known color: Green Mist. HEX triplet: CA, D0 and 97. RGB value is (202,208,151). Sum of RGB (Red+Green+Blue) = 202+208+151=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD097 is #352F68. Grayscale: #C7C7C7. Windows color (decimal): -3485545 or 9949386. OLE color: 9949386.
HSL color Cylindrical-coordinate representation of color #CAD097: hue angle of 66.32º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAD097 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 208 | 151 | - |
CMYK | 0.03 | 0 | 0.27 | 0.18 |
HSL | 66.32º | 0.38% | 0.7% | - |
HSV(B) | 66.32º | 0.27% | 0.82% | - |
XYZ | 52.5 | 59.9 | 38.07 | - |
YUV | 199.71 | 100.51 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 151 | 0.03 | 0 | 0.27 | 0.18 | 66.32 | 0.38 | 0.7 |
Hex | CA | D0 | 97 | 3 | 0 | 1B | 12 | 42 | 26 | 46 |
Octal | 312 | 320 | 227 | 3 | 0 | 33 | 22 | 102 | 46 | 106 |
Binary | 11001010 | 11010000 | 10010111 | 11 | 0 | 11011 | 10010 | 1000010 | 100110 | 1000110 |
Color Harmonies of #CAD097
Complementary color
Monochromatic Colors of #CAD097
Black with #CAD097
Text Example
Text Example
White with #CAD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD097; }
p { color: rgb(202,208,151); }
H1.HeaderClassName
{
color: #CAD097;
}
.AnyTagClassName
{
color: #CAD097;
}
</style>
background-color css
<style>
a { background-color: #CAD097; }
a { background-color: rgb(202,208,151); }
div.DivClassName
{
background-color: #CAD097;
}
.BgClassName
{
background-color: #CAD097;
}
</style>
border-color css
<style>
span { border-color: #CAD097; }
span { border-color: rgb(202,208,151); }
td.TdClassName
{
border-color: #CAD097;
}
.TagClassName
{
border-color: #CAD097;
}
</style>