Shades of Green Mist #CDD09B
Tints of Green Mist #CDD09B
RGB
CMYK
RGB Variations
Color information
#CDD09B (or 0xCDD09B) is known color: Green Mist. HEX triplet: CD, D0 and 9B. RGB value is (205,208,155). Sum of RGB (Red+Green+Blue) = 205+208+155=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD09B is #322F64. Grayscale: #C9C9C9. Windows color (decimal): -3288933 or 10211533. OLE color: 10211533.
HSL color Cylindrical-coordinate representation of color #CDD09B: hue angle of 63.4º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDD09B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 155 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.18 |
| HSL | 63.4º | 0.36% | 0.71% | - |
| HSV(B) | 63.4º | 0.25% | 0.82% | - |
| XYZ | 53.65 | 60.46 | 39.85 | - |
| YUV | 201.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 155 | 0.01 | 0 | 0.25 | 0.18 | 63.4 | 0.36 | 0.71 |
| Hex | CD | D0 | 9B | 1 | 0 | 19 | 12 | 3F | 24 | 47 |
| Octal | 315 | 320 | 233 | 1 | 0 | 31 | 22 | 77 | 44 | 107 |
| Binary | 11001101 | 11010000 | 10011011 | 1 | 0 | 11001 | 10010 | 111111 | 100100 | 1000111 |
Color Harmonies of #CDD09B
Complementary color
Monochromatic Colors of #CDD09B
Black with #CDD09B
Text Example
Text Example
White with #CDD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD09B; }
p { color: rgb(205,208,155); }
H1.HeaderClassName
{
color: #CDD09B;
}
.AnyTagClassName
{
color: #CDD09B;
}
</style>
background-color css
<style>
a { background-color: #CDD09B; }
a { background-color: rgb(205,208,155); }
div.DivClassName
{
background-color: #CDD09B;
}
.BgClassName
{
background-color: #CDD09B;
}
</style>
border-color css
<style>
span { border-color: #CDD09B; }
span { border-color: rgb(205,208,155); }
td.TdClassName
{
border-color: #CDD09B;
}
.TagClassName
{
border-color: #CDD09B;
}
</style>