Shades of Green Mist #CCD199
Tints of Green Mist #CCD199
RGB
CMYK
RGB Variations
Color information
#CCD199 (or 0xCCD199) is known color: Green Mist. HEX triplet: CC, D1 and 99. RGB value is (204,209,153). Sum of RGB (Red+Green+Blue) = 204+209+153=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD199 is #332E66. Grayscale: #C9C9C9. Windows color (decimal): -3354215 or 10080716. OLE color: 10080716.
HSL color Cylindrical-coordinate representation of color #CCD199: hue angle of 65.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD199 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 153 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.18 |
| HSL | 65.36º | 0.38% | 0.71% | - |
| HSV(B) | 65.36º | 0.27% | 0.82% | - |
| XYZ | 53.45 | 60.74 | 39.04 | - |
| YUV | 201.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 153 | 0.02 | 0 | 0.27 | 0.18 | 65.36 | 0.38 | 0.71 |
| Hex | CC | D1 | 99 | 2 | 0 | 1B | 12 | 41 | 26 | 47 |
| Octal | 314 | 321 | 231 | 2 | 0 | 33 | 22 | 101 | 46 | 107 |
| Binary | 11001100 | 11010001 | 10011001 | 10 | 0 | 11011 | 10010 | 1000001 | 100110 | 1000111 |
Color Harmonies of #CCD199
Complementary color
Monochromatic Colors of #CCD199
Black with #CCD199
Text Example
Text Example
White with #CCD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD199; }
p { color: rgb(204,209,153); }
H1.HeaderClassName
{
color: #CCD199;
}
.AnyTagClassName
{
color: #CCD199;
}
</style>
background-color css
<style>
a { background-color: #CCD199; }
a { background-color: rgb(204,209,153); }
div.DivClassName
{
background-color: #CCD199;
}
.BgClassName
{
background-color: #CCD199;
}
</style>
border-color css
<style>
span { border-color: #CCD199; }
span { border-color: rgb(204,209,153); }
td.TdClassName
{
border-color: #CCD199;
}
.TagClassName
{
border-color: #CCD199;
}
</style>