Shades of Green Mist #CCD49D
Tints of Green Mist #CCD49D
RGB
CMYK
RGB Variations
Color information
#CCD49D (or 0xCCD49D) is known color: Green Mist. HEX triplet: CC, D4 and 9D. RGB value is (204,212,157). Sum of RGB (Red+Green+Blue) = 204+212+157=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49D is #332B62. Grayscale: #CBCBCB. Windows color (decimal): -3353443 or 10343628. OLE color: 10343628.
HSL color Cylindrical-coordinate representation of color #CCD49D: hue angle of 68.73º 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 #CCD49D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 157 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.17 |
| HSL | 68.73º | 0.39% | 0.72% | - |
| HSV(B) | 68.73º | 0.26% | 0.83% | - |
| XYZ | 54.53 | 62.36 | 41.06 | - |
| YUV | 203.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 157 | 0.04 | 0 | 0.26 | 0.17 | 68.73 | 0.39 | 0.72 |
| Hex | CC | D4 | 9D | 4 | 0 | 1A | 11 | 45 | 27 | 48 |
| Octal | 314 | 324 | 235 | 4 | 0 | 32 | 21 | 105 | 47 | 110 |
| Binary | 11001100 | 11010100 | 10011101 | 100 | 0 | 11010 | 10001 | 1000101 | 100111 | 1001000 |
Color Harmonies of #CCD49D
Complementary color
Monochromatic Colors of #CCD49D
Black with #CCD49D
Text Example
Text Example
White with #CCD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD49D; }
p { color: rgb(204,212,157); }
H1.HeaderClassName
{
color: #CCD49D;
}
.AnyTagClassName
{
color: #CCD49D;
}
</style>
background-color css
<style>
a { background-color: #CCD49D; }
a { background-color: rgb(204,212,157); }
div.DivClassName
{
background-color: #CCD49D;
}
.BgClassName
{
background-color: #CCD49D;
}
</style>
border-color css
<style>
span { border-color: #CCD49D; }
span { border-color: rgb(204,212,157); }
td.TdClassName
{
border-color: #CCD49D;
}
.TagClassName
{
border-color: #CCD49D;
}
</style>