Shades of Green Mist #CCD19D
Tints of Green Mist #CCD19D
RGB
CMYK
RGB Variations
Color information
#CCD19D (or 0xCCD19D) is known color: Green Mist. HEX triplet: CC, D1 and 9D. RGB value is (204,209,157). Sum of RGB (Red+Green+Blue) = 204+209+157=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD19D is #332E62. Grayscale: #C9C9C9. Windows color (decimal): -3354211 or 10342860. OLE color: 10342860.
HSL color Cylindrical-coordinate representation of color #CCD19D: hue angle of 65.77º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD19D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 157 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.18 |
| HSL | 65.77º | 0.36% | 0.72% | - |
| HSV(B) | 65.77º | 0.25% | 0.82% | - |
| XYZ | 53.79 | 60.87 | 40.81 | - |
| YUV | 201.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 157 | 0.02 | 0 | 0.25 | 0.18 | 65.77 | 0.36 | 0.72 |
| Hex | CC | D1 | 9D | 2 | 0 | 19 | 12 | 42 | 24 | 48 |
| Octal | 314 | 321 | 235 | 2 | 0 | 31 | 22 | 102 | 44 | 110 |
| Binary | 11001100 | 11010001 | 10011101 | 10 | 0 | 11001 | 10010 | 1000010 | 100100 | 1001000 |
Color Harmonies of #CCD19D
Complementary color
Monochromatic Colors of #CCD19D
Black with #CCD19D
Text Example
Text Example
White with #CCD19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD19D; }
p { color: rgb(204,209,157); }
H1.HeaderClassName
{
color: #CCD19D;
}
.AnyTagClassName
{
color: #CCD19D;
}
</style>
background-color css
<style>
a { background-color: #CCD19D; }
a { background-color: rgb(204,209,157); }
div.DivClassName
{
background-color: #CCD19D;
}
.BgClassName
{
background-color: #CCD19D;
}
</style>
border-color css
<style>
span { border-color: #CCD19D; }
span { border-color: rgb(204,209,157); }
td.TdClassName
{
border-color: #CCD19D;
}
.TagClassName
{
border-color: #CCD19D;
}
</style>