Shades of Green Mist #CCD899
Tints of Green Mist #CCD899
RGB
CMYK
RGB Variations
Color information
#CCD899 (or 0xCCD899) is known color: Green Mist. HEX triplet: CC, D8 and 99. RGB value is (204,216,153). Sum of RGB (Red+Green+Blue) = 204+216+153=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD899 is #332766. Grayscale: #CDCDCD. Windows color (decimal): -3352423 or 10082508. OLE color: 10082508.
HSL color Cylindrical-coordinate representation of color #CCD899: hue angle of 71.43º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD899 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 153 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.15 |
| HSL | 71.43º | 0.45% | 0.72% | - |
| HSV(B) | 71.43º | 0.29% | 0.85% | - |
| XYZ | 55.21 | 64.25 | 39.63 | - |
| YUV | 205.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 153 | 0.06 | 0 | 0.29 | 0.15 | 71.43 | 0.45 | 0.72 |
| Hex | CC | D8 | 99 | 6 | 0 | 1D | F | 47 | 2D | 48 |
| Octal | 314 | 330 | 231 | 6 | 0 | 35 | 17 | 107 | 55 | 110 |
| Binary | 11001100 | 11011000 | 10011001 | 110 | 0 | 11101 | 1111 | 1000111 | 101101 | 1001000 |
Color Harmonies of #CCD899
Complementary color
Monochromatic Colors of #CCD899
Black with #CCD899
Text Example
Text Example
White with #CCD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD899; }
p { color: rgb(204,216,153); }
H1.HeaderClassName
{
color: #CCD899;
}
.AnyTagClassName
{
color: #CCD899;
}
</style>
background-color css
<style>
a { background-color: #CCD899; }
a { background-color: rgb(204,216,153); }
div.DivClassName
{
background-color: #CCD899;
}
.BgClassName
{
background-color: #CCD899;
}
</style>
border-color css
<style>
span { border-color: #CCD899; }
span { border-color: rgb(204,216,153); }
td.TdClassName
{
border-color: #CCD899;
}
.TagClassName
{
border-color: #CCD899;
}
</style>