Shades of Green Mist #CCD59D
Tints of Green Mist #CCD59D
RGB
CMYK
RGB Variations
Color information
#CCD59D (or 0xCCD59D) is known color: Green Mist. HEX triplet: CC, D5 and 9D. RGB value is (204,213,157). Sum of RGB (Red+Green+Blue) = 204+213+157=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD59D is #332A62. Grayscale: #CCCCCC. Windows color (decimal): -3353187 or 10343884. OLE color: 10343884.
HSL color Cylindrical-coordinate representation of color #CCD59D: hue angle of 69.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD59D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 213 | 157 | - |
CMYK | 0.04 | 0 | 0.26 | 0.16 |
HSL | 69.64º | 0.4% | 0.73% | - |
HSV(B) | 69.64º | 0.26% | 0.84% | - |
XYZ | 54.78 | 62.86 | 41.14 | - |
YUV | 203.93 | 101.52 | 128.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 157 | 0.04 | 0 | 0.26 | 0.16 | 69.64 | 0.4 | 0.73 |
Hex | CC | D5 | 9D | 4 | 0 | 1A | 10 | 46 | 28 | 49 |
Octal | 314 | 325 | 235 | 4 | 0 | 32 | 20 | 106 | 50 | 111 |
Binary | 11001100 | 11010101 | 10011101 | 100 | 0 | 11010 | 10000 | 1000110 | 101000 | 1001001 |
Color Harmonies of #CCD59D
Complementary color
Monochromatic Colors of #CCD59D
Black with #CCD59D
Text Example
Text Example
White with #CCD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD59D; }
p { color: rgb(204,213,157); }
H1.HeaderClassName
{
color: #CCD59D;
}
.AnyTagClassName
{
color: #CCD59D;
}
</style>
background-color css
<style>
a { background-color: #CCD59D; }
a { background-color: rgb(204,213,157); }
div.DivClassName
{
background-color: #CCD59D;
}
.BgClassName
{
background-color: #CCD59D;
}
</style>
border-color css
<style>
span { border-color: #CCD59D; }
span { border-color: rgb(204,213,157); }
td.TdClassName
{
border-color: #CCD59D;
}
.TagClassName
{
border-color: #CCD59D;
}
</style>