Shades of Green Mist #CDD097
Tints of Green Mist #CDD097
RGB
CMYK
RGB Variations
Color information
#CDD097 (or 0xCDD097) is known color: Green Mist. HEX triplet: CD, D0 and 97. RGB value is (205,208,151). Sum of RGB (Red+Green+Blue) = 205+208+151=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD097 is #322F68. Grayscale: #C8C8C8. Windows color (decimal): -3288937 or 9949389. OLE color: 9949389.
HSL color Cylindrical-coordinate representation of color #CDD097: hue angle of 63.16º 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 #CDD097 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 151 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.18 |
| HSL | 63.16º | 0.38% | 0.7% | - |
| HSV(B) | 63.16º | 0.27% | 0.82% | - |
| XYZ | 53.32 | 60.33 | 38.11 | - |
| YUV | 200.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 151 | 0.01 | 0 | 0.27 | 0.18 | 63.16 | 0.38 | 0.7 |
| Hex | CD | D0 | 97 | 1 | 0 | 1B | 12 | 3F | 26 | 46 |
| Octal | 315 | 320 | 227 | 1 | 0 | 33 | 22 | 77 | 46 | 106 |
| Binary | 11001101 | 11010000 | 10010111 | 1 | 0 | 11011 | 10010 | 111111 | 100110 | 1000110 |
Color Harmonies of #CDD097
Complementary color
Monochromatic Colors of #CDD097
Black with #CDD097
Text Example
Text Example
White with #CDD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD097; }
p { color: rgb(205,208,151); }
H1.HeaderClassName
{
color: #CDD097;
}
.AnyTagClassName
{
color: #CDD097;
}
</style>
background-color css
<style>
a { background-color: #CDD097; }
a { background-color: rgb(205,208,151); }
div.DivClassName
{
background-color: #CDD097;
}
.BgClassName
{
background-color: #CDD097;
}
</style>
border-color css
<style>
span { border-color: #CDD097; }
span { border-color: rgb(205,208,151); }
td.TdClassName
{
border-color: #CDD097;
}
.TagClassName
{
border-color: #CDD097;
}
</style>