Shades of Green Mist #CDD59C
Tints of Green Mist #CDD59C
RGB
CMYK
RGB Variations
Color information
#CDD59C (or 0xCDD59C) is known color: Green Mist. HEX triplet: CD, D5 and 9C. RGB value is (205,213,156). Sum of RGB (Red+Green+Blue) = 205+213+156=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59C is #322A63. Grayscale: #CCCCCC. Windows color (decimal): -3287652 or 10278349. OLE color: 10278349.
HSL color Cylindrical-coordinate representation of color #CDD59C: hue angle of 68.42º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD59C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 156 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 68.42º | 0.4% | 0.72% | - |
| HSV(B) | 68.42º | 0.27% | 0.84% | - |
| XYZ | 54.97 | 62.97 | 40.71 | - |
| YUV | 204.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 156 | 0.04 | 0 | 0.27 | 0.16 | 68.42 | 0.4 | 0.72 |
| Hex | CD | D5 | 9C | 4 | 0 | 1B | 10 | 44 | 28 | 48 |
| Octal | 315 | 325 | 234 | 4 | 0 | 33 | 20 | 104 | 50 | 110 |
| Binary | 11001101 | 11010101 | 10011100 | 100 | 0 | 11011 | 10000 | 1000100 | 101000 | 1001000 |
Color Harmonies of #CDD59C
Complementary color
Monochromatic Colors of #CDD59C
Black with #CDD59C
Text Example
Text Example
White with #CDD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD59C; }
p { color: rgb(205,213,156); }
H1.HeaderClassName
{
color: #CDD59C;
}
.AnyTagClassName
{
color: #CDD59C;
}
</style>
background-color css
<style>
a { background-color: #CDD59C; }
a { background-color: rgb(205,213,156); }
div.DivClassName
{
background-color: #CDD59C;
}
.BgClassName
{
background-color: #CDD59C;
}
</style>
border-color css
<style>
span { border-color: #CDD59C; }
span { border-color: rgb(205,213,156); }
td.TdClassName
{
border-color: #CDD59C;
}
.TagClassName
{
border-color: #CDD59C;
}
</style>