Shades of Green Mist #CCD297
Tints of Green Mist #CCD297
RGB
CMYK
RGB Variations
Color information
#CCD297 (or 0xCCD297) is known color: Green Mist. HEX triplet: CC, D2 and 97. RGB value is (204,210,151). Sum of RGB (Red+Green+Blue) = 204+210+151=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD297 is #332D68. Grayscale: #C9C9C9. Windows color (decimal): -3353961 or 9949900. OLE color: 9949900.
HSL color Cylindrical-coordinate representation of color #CCD297: hue angle of 66.1º degrees, saturation: 0.4, 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 #CCD297 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 151 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.18 |
| HSL | 66.1º | 0.4% | 0.71% | - |
| HSV(B) | 66.1º | 0.28% | 0.82% | - |
| XYZ | 53.53 | 61.16 | 38.26 | - |
| YUV | 201.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 151 | 0.03 | 0 | 0.28 | 0.18 | 66.1 | 0.4 | 0.71 |
| Hex | CC | D2 | 97 | 3 | 0 | 1C | 12 | 42 | 28 | 47 |
| Octal | 314 | 322 | 227 | 3 | 0 | 34 | 22 | 102 | 50 | 107 |
| Binary | 11001100 | 11010010 | 10010111 | 11 | 0 | 11100 | 10010 | 1000010 | 101000 | 1000111 |
Color Harmonies of #CCD297
Complementary color
Monochromatic Colors of #CCD297
Black with #CCD297
Text Example
Text Example
White with #CCD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD297; }
p { color: rgb(204,210,151); }
H1.HeaderClassName
{
color: #CCD297;
}
.AnyTagClassName
{
color: #CCD297;
}
</style>
background-color css
<style>
a { background-color: #CCD297; }
a { background-color: rgb(204,210,151); }
div.DivClassName
{
background-color: #CCD297;
}
.BgClassName
{
background-color: #CCD297;
}
</style>
border-color css
<style>
span { border-color: #CCD297; }
span { border-color: rgb(204,210,151); }
td.TdClassName
{
border-color: #CCD297;
}
.TagClassName
{
border-color: #CCD297;
}
</style>