Shades of Green Mist #CCD79A
Tints of Green Mist #CCD79A
RGB
CMYK
RGB Variations
Color information
#CCD79A (or 0xCCD79A) is known color: Green Mist. HEX triplet: CC, D7 and 9A. RGB value is (204,215,154). Sum of RGB (Red+Green+Blue) = 204+215+154=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD79A is #332865. Grayscale: #CCCCCC. Windows color (decimal): -3352678 or 10147788. OLE color: 10147788.
HSL color Cylindrical-coordinate representation of color #CCD79A: hue angle of 70.82º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD79A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 154 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.16 |
| HSL | 70.82º | 0.43% | 0.72% | - |
| HSV(B) | 70.82º | 0.28% | 0.84% | - |
| XYZ | 55.04 | 63.77 | 39.98 | - |
| YUV | 204.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 154 | 0.05 | 0 | 0.28 | 0.16 | 70.82 | 0.43 | 0.72 |
| Hex | CC | D7 | 9A | 5 | 0 | 1C | 10 | 47 | 2B | 48 |
| Octal | 314 | 327 | 232 | 5 | 0 | 34 | 20 | 107 | 53 | 110 |
| Binary | 11001100 | 11010111 | 10011010 | 101 | 0 | 11100 | 10000 | 1000111 | 101011 | 1001000 |
Color Harmonies of #CCD79A
Complementary color
Monochromatic Colors of #CCD79A
Black with #CCD79A
Text Example
Text Example
White with #CCD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD79A; }
p { color: rgb(204,215,154); }
H1.HeaderClassName
{
color: #CCD79A;
}
.AnyTagClassName
{
color: #CCD79A;
}
</style>
background-color css
<style>
a { background-color: #CCD79A; }
a { background-color: rgb(204,215,154); }
div.DivClassName
{
background-color: #CCD79A;
}
.BgClassName
{
background-color: #CCD79A;
}
</style>
border-color css
<style>
span { border-color: #CCD79A; }
span { border-color: rgb(204,215,154); }
td.TdClassName
{
border-color: #CCD79A;
}
.TagClassName
{
border-color: #CCD79A;
}
</style>