Shades of Green Mist #CCD298
Tints of Green Mist #CCD298
RGB
CMYK
RGB Variations
Color information
#CCD298 (or 0xCCD298) is known color: Green Mist. HEX triplet: CC, D2 and 98. RGB value is (204,210,152). Sum of RGB (Red+Green+Blue) = 204+210+152=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD298 is #332D67. Grayscale: #C9C9C9. Windows color (decimal): -3353960 or 10015436. OLE color: 10015436.
HSL color Cylindrical-coordinate representation of color #CCD298: hue angle of 66.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD298 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 152 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.18 |
| HSL | 66.21º | 0.39% | 0.71% | - |
| HSV(B) | 66.21º | 0.28% | 0.82% | - |
| XYZ | 53.62 | 61.2 | 38.69 | - |
| YUV | 201.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 152 | 0.03 | 0 | 0.28 | 0.18 | 66.21 | 0.39 | 0.71 |
| Hex | CC | D2 | 98 | 3 | 0 | 1C | 12 | 42 | 27 | 47 |
| Octal | 314 | 322 | 230 | 3 | 0 | 34 | 22 | 102 | 47 | 107 |
| Binary | 11001100 | 11010010 | 10011000 | 11 | 0 | 11100 | 10010 | 1000010 | 100111 | 1000111 |
Color Harmonies of #CCD298
Complementary color
Monochromatic Colors of #CCD298
Black with #CCD298
Text Example
Text Example
White with #CCD298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD298; }
p { color: rgb(204,210,152); }
H1.HeaderClassName
{
color: #CCD298;
}
.AnyTagClassName
{
color: #CCD298;
}
</style>
background-color css
<style>
a { background-color: #CCD298; }
a { background-color: rgb(204,210,152); }
div.DivClassName
{
background-color: #CCD298;
}
.BgClassName
{
background-color: #CCD298;
}
</style>
border-color css
<style>
span { border-color: #CCD298; }
span { border-color: rgb(204,210,152); }
td.TdClassName
{
border-color: #CCD298;
}
.TagClassName
{
border-color: #CCD298;
}
</style>