Shades of Green Mist #CCD39A
Tints of Green Mist #CCD39A
RGB
CMYK
RGB Variations
Color information
#CCD39A (or 0xCCD39A) is known color: Green Mist. HEX triplet: CC, D3 and 9A. RGB value is (204,211,154). Sum of RGB (Red+Green+Blue) = 204+211+154=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD39A is #332C65. Grayscale: #CACACA. Windows color (decimal): -3353702 or 10146764. OLE color: 10146764.
HSL color Cylindrical-coordinate representation of color #CCD39A: hue angle of 67.37º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD39A is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 154 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.17 |
| HSL | 67.37º | 0.39% | 0.72% | - |
| HSV(B) | 67.37º | 0.27% | 0.83% | - |
| XYZ | 54.03 | 61.76 | 39.64 | - |
| YUV | 202.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 154 | 0.03 | 0 | 0.27 | 0.17 | 67.37 | 0.39 | 0.72 |
| Hex | CC | D3 | 9A | 3 | 0 | 1B | 11 | 43 | 27 | 48 |
| Octal | 314 | 323 | 232 | 3 | 0 | 33 | 21 | 103 | 47 | 110 |
| Binary | 11001100 | 11010011 | 10011010 | 11 | 0 | 11011 | 10001 | 1000011 | 100111 | 1001000 |
Color Harmonies of #CCD39A
Complementary color
Monochromatic Colors of #CCD39A
Black with #CCD39A
Text Example
Text Example
White with #CCD39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD39A; }
p { color: rgb(204,211,154); }
H1.HeaderClassName
{
color: #CCD39A;
}
.AnyTagClassName
{
color: #CCD39A;
}
</style>
background-color css
<style>
a { background-color: #CCD39A; }
a { background-color: rgb(204,211,154); }
div.DivClassName
{
background-color: #CCD39A;
}
.BgClassName
{
background-color: #CCD39A;
}
</style>
border-color css
<style>
span { border-color: #CCD39A; }
span { border-color: rgb(204,211,154); }
td.TdClassName
{
border-color: #CCD39A;
}
.TagClassName
{
border-color: #CCD39A;
}
</style>