Shades of Green Mist #CDD39B
Tints of Green Mist #CDD39B
RGB
CMYK
RGB Variations
Color information
#CDD39B (or 0xCDD39B) is known color: Green Mist. HEX triplet: CD, D3 and 9B. RGB value is (205,211,155). Sum of RGB (Red+Green+Blue) = 205+211+155=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD39B is #322C64. Grayscale: #CBCBCB. Windows color (decimal): -3288165 or 10212301. OLE color: 10212301.
HSL color Cylindrical-coordinate representation of color #CDD39B: hue angle of 66.43º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD39B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 155 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.17 |
| HSL | 66.43º | 0.39% | 0.72% | - |
| HSV(B) | 66.43º | 0.27% | 0.83% | - |
| XYZ | 54.39 | 61.93 | 40.1 | - |
| YUV | 202.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 155 | 0.03 | 0 | 0.27 | 0.17 | 66.43 | 0.39 | 0.72 |
| Hex | CD | D3 | 9B | 3 | 0 | 1B | 11 | 42 | 27 | 48 |
| Octal | 315 | 323 | 233 | 3 | 0 | 33 | 21 | 102 | 47 | 110 |
| Binary | 11001101 | 11010011 | 10011011 | 11 | 0 | 11011 | 10001 | 1000010 | 100111 | 1001000 |
Color Harmonies of #CDD39B
Complementary color
Monochromatic Colors of #CDD39B
Black with #CDD39B
Text Example
Text Example
White with #CDD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD39B; }
p { color: rgb(205,211,155); }
H1.HeaderClassName
{
color: #CDD39B;
}
.AnyTagClassName
{
color: #CDD39B;
}
</style>
background-color css
<style>
a { background-color: #CDD39B; }
a { background-color: rgb(205,211,155); }
div.DivClassName
{
background-color: #CDD39B;
}
.BgClassName
{
background-color: #CDD39B;
}
</style>
border-color css
<style>
span { border-color: #CDD39B; }
span { border-color: rgb(205,211,155); }
td.TdClassName
{
border-color: #CDD39B;
}
.TagClassName
{
border-color: #CDD39B;
}
</style>