Shades of Green Mist #CCD098
Tints of Green Mist #CCD098
RGB
CMYK
RGB Variations
Color information
#CCD098 (or 0xCCD098) is known color: Green Mist. HEX triplet: CC, D0 and 98. RGB value is (204,208,152). Sum of RGB (Red+Green+Blue) = 204+208+152=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD098 is #332F67. Grayscale: #C8C8C8. Windows color (decimal): -3354472 or 10014924. OLE color: 10014924.
HSL color Cylindrical-coordinate representation of color #CCD098: hue angle of 64.29º degrees, saturation: 0.37, 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 #CCD098 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 152 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.18 |
| HSL | 64.29º | 0.37% | 0.71% | - |
| HSV(B) | 64.29º | 0.27% | 0.82% | - |
| XYZ | 53.13 | 60.22 | 38.53 | - |
| YUV | 200.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 152 | 0.02 | 0 | 0.27 | 0.18 | 64.29 | 0.37 | 0.71 |
| Hex | CC | D0 | 98 | 2 | 0 | 1B | 12 | 40 | 25 | 47 |
| Octal | 314 | 320 | 230 | 2 | 0 | 33 | 22 | 100 | 45 | 107 |
| Binary | 11001100 | 11010000 | 10011000 | 10 | 0 | 11011 | 10010 | 1000000 | 100101 | 1000111 |
Color Harmonies of #CCD098
Complementary color
Monochromatic Colors of #CCD098
Black with #CCD098
Text Example
Text Example
White with #CCD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD098; }
p { color: rgb(204,208,152); }
H1.HeaderClassName
{
color: #CCD098;
}
.AnyTagClassName
{
color: #CCD098;
}
</style>
background-color css
<style>
a { background-color: #CCD098; }
a { background-color: rgb(204,208,152); }
div.DivClassName
{
background-color: #CCD098;
}
.BgClassName
{
background-color: #CCD098;
}
</style>
border-color css
<style>
span { border-color: #CCD098; }
span { border-color: rgb(204,208,152); }
td.TdClassName
{
border-color: #CCD098;
}
.TagClassName
{
border-color: #CCD098;
}
</style>