Shades of Green Mist #CDD89B
Tints of Green Mist #CDD89B
RGB
CMYK
RGB Variations
Color information
#CDD89B (or 0xCDD89B) is known color: Green Mist. HEX triplet: CD, D8 and 9B. RGB value is (205,216,155). Sum of RGB (Red+Green+Blue) = 205+216+155=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD89B is #322764. Grayscale: #CDCDCD. Windows color (decimal): -3286885 or 10213581. OLE color: 10213581.
HSL color Cylindrical-coordinate representation of color #CDD89B: hue angle of 70.82º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDD89B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 155 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.15 |
| HSL | 70.82º | 0.44% | 0.73% | - |
| HSV(B) | 70.82º | 0.28% | 0.85% | - |
| XYZ | 55.65 | 64.46 | 40.52 | - |
| YUV | 205.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 155 | 0.05 | 0 | 0.28 | 0.15 | 70.82 | 0.44 | 0.73 |
| Hex | CD | D8 | 9B | 5 | 0 | 1C | F | 47 | 2C | 49 |
| Octal | 315 | 330 | 233 | 5 | 0 | 34 | 17 | 107 | 54 | 111 |
| Binary | 11001101 | 11011000 | 10011011 | 101 | 0 | 11100 | 1111 | 1000111 | 101100 | 1001001 |
Color Harmonies of #CDD89B
Complementary color
Monochromatic Colors of #CDD89B
Black with #CDD89B
Text Example
Text Example
White with #CDD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD89B; }
p { color: rgb(205,216,155); }
H1.HeaderClassName
{
color: #CDD89B;
}
.AnyTagClassName
{
color: #CDD89B;
}
</style>
background-color css
<style>
a { background-color: #CDD89B; }
a { background-color: rgb(205,216,155); }
div.DivClassName
{
background-color: #CDD89B;
}
.BgClassName
{
background-color: #CDD89B;
}
</style>
border-color css
<style>
span { border-color: #CDD89B; }
span { border-color: rgb(205,216,155); }
td.TdClassName
{
border-color: #CDD89B;
}
.TagClassName
{
border-color: #CDD89B;
}
</style>