Shades of Green Mist #CCD498
Tints of Green Mist #CCD498
RGB
CMYK
RGB Variations
Color information
#CCD498 (or 0xCCD498) is known color: Green Mist. HEX triplet: CC, D4 and 98. RGB value is (204,212,152). Sum of RGB (Red+Green+Blue) = 204+212+152=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD498 is #332B67. Grayscale: #CBCBCB. Windows color (decimal): -3353448 or 10015948. OLE color: 10015948.
HSL color Cylindrical-coordinate representation of color #CCD498: hue angle of 68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD498 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 152 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.17 |
| HSL | 68º | 0.41% | 0.71% | - |
| HSV(B) | 68º | 0.28% | 0.83% | - |
| XYZ | 54.11 | 62.19 | 38.86 | - |
| YUV | 202.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 152 | 0.04 | 0 | 0.28 | 0.17 | 68 | 0.41 | 0.71 |
| Hex | CC | D4 | 98 | 4 | 0 | 1C | 11 | 44 | 29 | 47 |
| Octal | 314 | 324 | 230 | 4 | 0 | 34 | 21 | 104 | 51 | 107 |
| Binary | 11001100 | 11010100 | 10011000 | 100 | 0 | 11100 | 10001 | 1000100 | 101001 | 1000111 |
Color Harmonies of #CCD498
Complementary color
Monochromatic Colors of #CCD498
Black with #CCD498
Text Example
Text Example
White with #CCD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD498; }
p { color: rgb(204,212,152); }
H1.HeaderClassName
{
color: #CCD498;
}
.AnyTagClassName
{
color: #CCD498;
}
</style>
background-color css
<style>
a { background-color: #CCD498; }
a { background-color: rgb(204,212,152); }
div.DivClassName
{
background-color: #CCD498;
}
.BgClassName
{
background-color: #CCD498;
}
</style>
border-color css
<style>
span { border-color: #CCD498; }
span { border-color: rgb(204,212,152); }
td.TdClassName
{
border-color: #CCD498;
}
.TagClassName
{
border-color: #CCD498;
}
</style>