Shades of Green Mist #CDD39C
Tints of Green Mist #CDD39C
RGB
CMYK
RGB Variations
Color information
#CDD39C (or 0xCDD39C) is known color: Green Mist. HEX triplet: CD, D3 and 9C. RGB value is (205,211,156). Sum of RGB (Red+Green+Blue) = 205+211+156=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD39C is #322C63. Grayscale: #CBCBCB. Windows color (decimal): -3288164 or 10277837. OLE color: 10277837.
HSL color Cylindrical-coordinate representation of color #CDD39C: hue angle of 66.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD39C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 156 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.17 |
| HSL | 66.55º | 0.38% | 0.72% | - |
| HSV(B) | 66.55º | 0.26% | 0.83% | - |
| XYZ | 54.47 | 61.97 | 40.54 | - |
| YUV | 202.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 156 | 0.03 | 0 | 0.26 | 0.17 | 66.55 | 0.38 | 0.72 |
| Hex | CD | D3 | 9C | 3 | 0 | 1A | 11 | 43 | 26 | 48 |
| Octal | 315 | 323 | 234 | 3 | 0 | 32 | 21 | 103 | 46 | 110 |
| Binary | 11001101 | 11010011 | 10011100 | 11 | 0 | 11010 | 10001 | 1000011 | 100110 | 1001000 |
Color Harmonies of #CDD39C
Complementary color
Monochromatic Colors of #CDD39C
Black with #CDD39C
Text Example
Text Example
White with #CDD39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD39C; }
p { color: rgb(205,211,156); }
H1.HeaderClassName
{
color: #CDD39C;
}
.AnyTagClassName
{
color: #CDD39C;
}
</style>
background-color css
<style>
a { background-color: #CDD39C; }
a { background-color: rgb(205,211,156); }
div.DivClassName
{
background-color: #CDD39C;
}
.BgClassName
{
background-color: #CDD39C;
}
</style>
border-color css
<style>
span { border-color: #CDD39C; }
span { border-color: rgb(205,211,156); }
td.TdClassName
{
border-color: #CDD39C;
}
.TagClassName
{
border-color: #CDD39C;
}
</style>