Shades of Green Mist #CCD699
Tints of Green Mist #CCD699
RGB
CMYK
RGB Variations
Color information
#CCD699 (or 0xCCD699) is known color: Green Mist. HEX triplet: CC, D6 and 99. RGB value is (204,214,153). Sum of RGB (Red+Green+Blue) = 204+214+153=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD699 is #332966. Grayscale: #CCCCCC. Windows color (decimal): -3352935 or 10081996. OLE color: 10081996.
HSL color Cylindrical-coordinate representation of color #CCD699: hue angle of 69.84º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD699 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 153 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.16 |
| HSL | 69.84º | 0.43% | 0.72% | - |
| HSV(B) | 69.84º | 0.29% | 0.84% | - |
| XYZ | 54.7 | 63.23 | 39.46 | - |
| YUV | 204.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 153 | 0.05 | 0 | 0.29 | 0.16 | 69.84 | 0.43 | 0.72 |
| Hex | CC | D6 | 99 | 5 | 0 | 1D | 10 | 46 | 2B | 48 |
| Octal | 314 | 326 | 231 | 5 | 0 | 35 | 20 | 106 | 53 | 110 |
| Binary | 11001100 | 11010110 | 10011001 | 101 | 0 | 11101 | 10000 | 1000110 | 101011 | 1001000 |
Color Harmonies of #CCD699
Complementary color
Monochromatic Colors of #CCD699
Black with #CCD699
Text Example
Text Example
White with #CCD699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD699; }
p { color: rgb(204,214,153); }
H1.HeaderClassName
{
color: #CCD699;
}
.AnyTagClassName
{
color: #CCD699;
}
</style>
background-color css
<style>
a { background-color: #CCD699; }
a { background-color: rgb(204,214,153); }
div.DivClassName
{
background-color: #CCD699;
}
.BgClassName
{
background-color: #CCD699;
}
</style>
border-color css
<style>
span { border-color: #CCD699; }
span { border-color: rgb(204,214,153); }
td.TdClassName
{
border-color: #CCD699;
}
.TagClassName
{
border-color: #CCD699;
}
</style>