Shades of Green Mist #CED29C
Tints of Green Mist #CED29C
RGB
CMYK
RGB Variations
Color information
#CED29C (or 0xCED29C) is known color: Green Mist. HEX triplet: CE, D2 and 9C. RGB value is (206,210,156). Sum of RGB (Red+Green+Blue) = 206+210+156=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #CED29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED29C is #312D63. Grayscale: #CACACA. Windows color (decimal): -3222884 or 10277582. OLE color: 10277582.
HSL color Cylindrical-coordinate representation of color #CED29C: hue angle of 64.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CED29C is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 156 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.18 |
| HSL | 64.44º | 0.38% | 0.72% | - |
| HSV(B) | 64.44º | 0.26% | 0.82% | - |
| XYZ | 54.5 | 61.62 | 40.47 | - |
| YUV | 202.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 156 | 0.02 | 0 | 0.26 | 0.18 | 64.44 | 0.38 | 0.72 |
| Hex | CE | D2 | 9C | 2 | 0 | 1A | 12 | 40 | 26 | 48 |
| Octal | 316 | 322 | 234 | 2 | 0 | 32 | 22 | 100 | 46 | 110 |
| Binary | 11001110 | 11010010 | 10011100 | 10 | 0 | 11010 | 10010 | 1000000 | 100110 | 1001000 |
Color Harmonies of #CED29C
Complementary color
Monochromatic Colors of #CED29C
Black with #CED29C
Text Example
Text Example
White with #CED29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED29C; }
p { color: rgb(206,210,156); }
H1.HeaderClassName
{
color: #CED29C;
}
.AnyTagClassName
{
color: #CED29C;
}
</style>
background-color css
<style>
a { background-color: #CED29C; }
a { background-color: rgb(206,210,156); }
div.DivClassName
{
background-color: #CED29C;
}
.BgClassName
{
background-color: #CED29C;
}
</style>
border-color css
<style>
span { border-color: #CED29C; }
span { border-color: rgb(206,210,156); }
td.TdClassName
{
border-color: #CED29C;
}
.TagClassName
{
border-color: #CED29C;
}
</style>