Shades of Green Mist #CED29A
Tints of Green Mist #CED29A
RGB
CMYK
RGB Variations
Color information
#CED29A (or 0xCED29A) is known color: Green Mist. HEX triplet: CE, D2 and 9A. RGB value is (206,210,154). Sum of RGB (Red+Green+Blue) = 206+210+154=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #CED29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED29A is #312D65. Grayscale: #CACACA. Windows color (decimal): -3222886 or 10146510. OLE color: 10146510.
HSL color Cylindrical-coordinate representation of color #CED29A: hue angle of 64.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED29A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 154 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.18 |
| HSL | 64.29º | 0.38% | 0.71% | - |
| HSV(B) | 64.29º | 0.27% | 0.82% | - |
| XYZ | 54.33 | 61.55 | 39.59 | - |
| YUV | 202.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 154 | 0.02 | 0 | 0.27 | 0.18 | 64.29 | 0.38 | 0.71 |
| Hex | CE | D2 | 9A | 2 | 0 | 1B | 12 | 40 | 26 | 47 |
| Octal | 316 | 322 | 232 | 2 | 0 | 33 | 22 | 100 | 46 | 107 |
| Binary | 11001110 | 11010010 | 10011010 | 10 | 0 | 11011 | 10010 | 1000000 | 100110 | 1000111 |
Color Harmonies of #CED29A
Complementary color
Monochromatic Colors of #CED29A
Black with #CED29A
Text Example
Text Example
White with #CED29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED29A; }
p { color: rgb(206,210,154); }
H1.HeaderClassName
{
color: #CED29A;
}
.AnyTagClassName
{
color: #CED29A;
}
</style>
background-color css
<style>
a { background-color: #CED29A; }
a { background-color: rgb(206,210,154); }
div.DivClassName
{
background-color: #CED29A;
}
.BgClassName
{
background-color: #CED29A;
}
</style>
border-color css
<style>
span { border-color: #CED29A; }
span { border-color: rgb(206,210,154); }
td.TdClassName
{
border-color: #CED29A;
}
.TagClassName
{
border-color: #CED29A;
}
</style>