Shades of Green Mist #CCD79B
Tints of Green Mist #CCD79B
RGB
CMYK
RGB Variations
Color information
#CCD79B (or 0xCCD79B) is known color: Green Mist. HEX triplet: CC, D7 and 9B. RGB value is (204,215,155). Sum of RGB (Red+Green+Blue) = 204+215+155=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD79B is #332864. Grayscale: #CDCDCD. Windows color (decimal): -3352677 or 10213324. OLE color: 10213324.
HSL color Cylindrical-coordinate representation of color #CCD79B: hue angle of 71º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD79B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 155 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.16 |
| HSL | 71º | 0.43% | 0.73% | - |
| HSV(B) | 71º | 0.28% | 0.84% | - |
| XYZ | 55.12 | 63.8 | 40.42 | - |
| YUV | 204.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 155 | 0.05 | 0 | 0.28 | 0.16 | 71 | 0.43 | 0.73 |
| Hex | CC | D7 | 9B | 5 | 0 | 1C | 10 | 47 | 2B | 49 |
| Octal | 314 | 327 | 233 | 5 | 0 | 34 | 20 | 107 | 53 | 111 |
| Binary | 11001100 | 11010111 | 10011011 | 101 | 0 | 11100 | 10000 | 1000111 | 101011 | 1001001 |
Color Harmonies of #CCD79B
Complementary color
Monochromatic Colors of #CCD79B
Black with #CCD79B
Text Example
Text Example
White with #CCD79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD79B; }
p { color: rgb(204,215,155); }
H1.HeaderClassName
{
color: #CCD79B;
}
.AnyTagClassName
{
color: #CCD79B;
}
</style>
background-color css
<style>
a { background-color: #CCD79B; }
a { background-color: rgb(204,215,155); }
div.DivClassName
{
background-color: #CCD79B;
}
.BgClassName
{
background-color: #CCD79B;
}
</style>
border-color css
<style>
span { border-color: #CCD79B; }
span { border-color: rgb(204,215,155); }
td.TdClassName
{
border-color: #CCD79B;
}
.TagClassName
{
border-color: #CCD79B;
}
</style>