Shades of Green Mist #CCD09F
Tints of Green Mist #CCD09F
RGB
CMYK
RGB Variations
Color information
#CCD09F (or 0xCCD09F) is known color: Green Mist. HEX triplet: CC, D0 and 9F. RGB value is (204,208,159). Sum of RGB (Red+Green+Blue) = 204+208+159=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD09F is #332F60. Grayscale: #C9C9C9. Windows color (decimal): -3354465 or 10473676. OLE color: 10473676.
HSL color Cylindrical-coordinate representation of color #CCD09F: hue angle of 64.9º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD09F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 159 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.18 |
| HSL | 64.9º | 0.34% | 0.72% | - |
| HSV(B) | 64.9º | 0.24% | 0.82% | - |
| XYZ | 53.72 | 60.45 | 41.64 | - |
| YUV | 201.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 159 | 0.02 | 0 | 0.24 | 0.18 | 64.9 | 0.34 | 0.72 |
| Hex | CC | D0 | 9F | 2 | 0 | 18 | 12 | 41 | 22 | 48 |
| Octal | 314 | 320 | 237 | 2 | 0 | 30 | 22 | 101 | 42 | 110 |
| Binary | 11001100 | 11010000 | 10011111 | 10 | 0 | 11000 | 10010 | 1000001 | 100010 | 1001000 |
Color Harmonies of #CCD09F
Complementary color
Monochromatic Colors of #CCD09F
Black with #CCD09F
Text Example
Text Example
White with #CCD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD09F; }
p { color: rgb(204,208,159); }
H1.HeaderClassName
{
color: #CCD09F;
}
.AnyTagClassName
{
color: #CCD09F;
}
</style>
background-color css
<style>
a { background-color: #CCD09F; }
a { background-color: rgb(204,208,159); }
div.DivClassName
{
background-color: #CCD09F;
}
.BgClassName
{
background-color: #CCD09F;
}
</style>
border-color css
<style>
span { border-color: #CCD09F; }
span { border-color: rgb(204,208,159); }
td.TdClassName
{
border-color: #CCD09F;
}
.TagClassName
{
border-color: #CCD09F;
}
</style>