Shades of Green Mist #CDD49D
Tints of Green Mist #CDD49D
RGB
CMYK
RGB Variations
Color information
#CDD49D (or 0xCDD49D) is known color: Green Mist. HEX triplet: CD, D4 and 9D. RGB value is (205,212,157). Sum of RGB (Red+Green+Blue) = 205+212+157=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD49D is #322B62. Grayscale: #CBCBCB. Windows color (decimal): -3287907 or 10343629. OLE color: 10343629.
HSL color Cylindrical-coordinate representation of color #CDD49D: hue angle of 67.64º degrees, saturation: 0.39, 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 #CDD49D is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 157 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.17 |
| HSL | 67.64º | 0.39% | 0.72% | - |
| HSV(B) | 67.64º | 0.26% | 0.83% | - |
| XYZ | 54.81 | 62.5 | 41.07 | - |
| YUV | 203.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 157 | 0.03 | 0 | 0.26 | 0.17 | 67.64 | 0.39 | 0.72 |
| Hex | CD | D4 | 9D | 3 | 0 | 1A | 11 | 44 | 27 | 48 |
| Octal | 315 | 324 | 235 | 3 | 0 | 32 | 21 | 104 | 47 | 110 |
| Binary | 11001101 | 11010100 | 10011101 | 11 | 0 | 11010 | 10001 | 1000100 | 100111 | 1001000 |
Color Harmonies of #CDD49D
Complementary color
Monochromatic Colors of #CDD49D
Black with #CDD49D
Text Example
Text Example
White with #CDD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD49D; }
p { color: rgb(205,212,157); }
H1.HeaderClassName
{
color: #CDD49D;
}
.AnyTagClassName
{
color: #CDD49D;
}
</style>
background-color css
<style>
a { background-color: #CDD49D; }
a { background-color: rgb(205,212,157); }
div.DivClassName
{
background-color: #CDD49D;
}
.BgClassName
{
background-color: #CDD49D;
}
</style>
border-color css
<style>
span { border-color: #CDD49D; }
span { border-color: rgb(205,212,157); }
td.TdClassName
{
border-color: #CDD49D;
}
.TagClassName
{
border-color: #CDD49D;
}
</style>