Shades of Green Mist #CDD09E
Tints of Green Mist #CDD09E
RGB
CMYK
RGB Variations
Color information
#CDD09E (or 0xCDD09E) is known color: Green Mist. HEX triplet: CD, D0 and 9E. RGB value is (205,208,158). Sum of RGB (Red+Green+Blue) = 205+208+158=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD09E is #322F61. Grayscale: #C9C9C9. Windows color (decimal): -3288930 or 10408141. OLE color: 10408141.
HSL color Cylindrical-coordinate representation of color #CDD09E: hue angle of 63.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDD09E is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 158 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.18 |
| HSL | 63.6º | 0.35% | 0.72% | - |
| HSV(B) | 63.6º | 0.24% | 0.82% | - |
| XYZ | 53.9 | 60.56 | 41.2 | - |
| YUV | 201.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 158 | 0.01 | 0 | 0.24 | 0.18 | 63.6 | 0.35 | 0.72 |
| Hex | CD | D0 | 9E | 1 | 0 | 18 | 12 | 40 | 23 | 48 |
| Octal | 315 | 320 | 236 | 1 | 0 | 30 | 22 | 100 | 43 | 110 |
| Binary | 11001101 | 11010000 | 10011110 | 1 | 0 | 11000 | 10010 | 1000000 | 100011 | 1001000 |
Color Harmonies of #CDD09E
Complementary color
Monochromatic Colors of #CDD09E
Black with #CDD09E
Text Example
Text Example
White with #CDD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD09E; }
p { color: rgb(205,208,158); }
H1.HeaderClassName
{
color: #CDD09E;
}
.AnyTagClassName
{
color: #CDD09E;
}
</style>
background-color css
<style>
a { background-color: #CDD09E; }
a { background-color: rgb(205,208,158); }
div.DivClassName
{
background-color: #CDD09E;
}
.BgClassName
{
background-color: #CDD09E;
}
</style>
border-color css
<style>
span { border-color: #CDD09E; }
span { border-color: rgb(205,208,158); }
td.TdClassName
{
border-color: #CDD09E;
}
.TagClassName
{
border-color: #CDD09E;
}
</style>