Shades of Green Mist #CDD199
Tints of Green Mist #CDD199
RGB
CMYK
RGB Variations
Color information
#CDD199 (or 0xCDD199) is known color: Green Mist. HEX triplet: CD, D1 and 99. RGB value is (205,209,153). Sum of RGB (Red+Green+Blue) = 205+209+153=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD199 is #322E66. Grayscale: #C9C9C9. Windows color (decimal): -3288679 or 10080717. OLE color: 10080717.
HSL color Cylindrical-coordinate representation of color #CDD199: hue angle of 64.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD199 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 153 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.18 |
| HSL | 64.29º | 0.38% | 0.71% | - |
| HSV(B) | 64.29º | 0.27% | 0.82% | - |
| XYZ | 53.73 | 60.88 | 39.06 | - |
| YUV | 201.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 153 | 0.02 | 0 | 0.27 | 0.18 | 64.29 | 0.38 | 0.71 |
| Hex | CD | D1 | 99 | 2 | 0 | 1B | 12 | 40 | 26 | 47 |
| Octal | 315 | 321 | 231 | 2 | 0 | 33 | 22 | 100 | 46 | 107 |
| Binary | 11001101 | 11010001 | 10011001 | 10 | 0 | 11011 | 10010 | 1000000 | 100110 | 1000111 |
Color Harmonies of #CDD199
Complementary color
Monochromatic Colors of #CDD199
Black with #CDD199
Text Example
Text Example
White with #CDD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD199; }
p { color: rgb(205,209,153); }
H1.HeaderClassName
{
color: #CDD199;
}
.AnyTagClassName
{
color: #CDD199;
}
</style>
background-color css
<style>
a { background-color: #CDD199; }
a { background-color: rgb(205,209,153); }
div.DivClassName
{
background-color: #CDD199;
}
.BgClassName
{
background-color: #CDD199;
}
</style>
border-color css
<style>
span { border-color: #CDD199; }
span { border-color: rgb(205,209,153); }
td.TdClassName
{
border-color: #CDD199;
}
.TagClassName
{
border-color: #CDD199;
}
</style>