Shades of Green Mist #CCD39D
Tints of Green Mist #CCD39D
RGB
CMYK
RGB Variations
Color information
#CCD39D (or 0xCCD39D) is known color: Green Mist. HEX triplet: CC, D3 and 9D. RGB value is (204,211,157). Sum of RGB (Red+Green+Blue) = 204+211+157=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD39D is #332C62. Grayscale: #CACACA. Windows color (decimal): -3353699 or 10343372. OLE color: 10343372.
HSL color Cylindrical-coordinate representation of color #CCD39D: hue angle of 67.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD39D is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 157 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.17 |
| HSL | 67.78º | 0.38% | 0.72% | - |
| HSV(B) | 67.78º | 0.26% | 0.83% | - |
| XYZ | 54.28 | 61.86 | 40.98 | - |
| YUV | 202.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 157 | 0.03 | 0 | 0.26 | 0.17 | 67.78 | 0.38 | 0.72 |
| Hex | CC | D3 | 9D | 3 | 0 | 1A | 11 | 44 | 26 | 48 |
| Octal | 314 | 323 | 235 | 3 | 0 | 32 | 21 | 104 | 46 | 110 |
| Binary | 11001100 | 11010011 | 10011101 | 11 | 0 | 11010 | 10001 | 1000100 | 100110 | 1001000 |
Color Harmonies of #CCD39D
Complementary color
Monochromatic Colors of #CCD39D
Black with #CCD39D
Text Example
Text Example
White with #CCD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD39D; }
p { color: rgb(204,211,157); }
H1.HeaderClassName
{
color: #CCD39D;
}
.AnyTagClassName
{
color: #CCD39D;
}
</style>
background-color css
<style>
a { background-color: #CCD39D; }
a { background-color: rgb(204,211,157); }
div.DivClassName
{
background-color: #CCD39D;
}
.BgClassName
{
background-color: #CCD39D;
}
</style>
border-color css
<style>
span { border-color: #CCD39D; }
span { border-color: rgb(204,211,157); }
td.TdClassName
{
border-color: #CCD39D;
}
.TagClassName
{
border-color: #CCD39D;
}
</style>