Shades of Green Mist #CCD49B
Tints of Green Mist #CCD49B
RGB
CMYK
RGB Variations
Color information
#CCD49B (or 0xCCD49B) is known color: Green Mist. HEX triplet: CC, D4 and 9B. RGB value is (204,212,155). Sum of RGB (Red+Green+Blue) = 204+212+155=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49B is #332B64. Grayscale: #CBCBCB. Windows color (decimal): -3353445 or 10212556. OLE color: 10212556.
HSL color Cylindrical-coordinate representation of color #CCD49B: hue angle of 68.42º degrees, saturation: 0.4, 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 #CCD49B is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 155 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.17 |
| HSL | 68.42º | 0.4% | 0.72% | - |
| HSV(B) | 68.42º | 0.27% | 0.83% | - |
| XYZ | 54.36 | 62.29 | 40.17 | - |
| YUV | 203.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 155 | 0.04 | 0 | 0.27 | 0.17 | 68.42 | 0.4 | 0.72 |
| Hex | CC | D4 | 9B | 4 | 0 | 1B | 11 | 44 | 28 | 48 |
| Octal | 314 | 324 | 233 | 4 | 0 | 33 | 21 | 104 | 50 | 110 |
| Binary | 11001100 | 11010100 | 10011011 | 100 | 0 | 11011 | 10001 | 1000100 | 101000 | 1001000 |
Color Harmonies of #CCD49B
Complementary color
Monochromatic Colors of #CCD49B
Black with #CCD49B
Text Example
Text Example
White with #CCD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD49B; }
p { color: rgb(204,212,155); }
H1.HeaderClassName
{
color: #CCD49B;
}
.AnyTagClassName
{
color: #CCD49B;
}
</style>
background-color css
<style>
a { background-color: #CCD49B; }
a { background-color: rgb(204,212,155); }
div.DivClassName
{
background-color: #CCD49B;
}
.BgClassName
{
background-color: #CCD49B;
}
</style>
border-color css
<style>
span { border-color: #CCD49B; }
span { border-color: rgb(204,212,155); }
td.TdClassName
{
border-color: #CCD49B;
}
.TagClassName
{
border-color: #CCD49B;
}
</style>