Shades of Green Mist #CED39A
Tints of Green Mist #CED39A
RGB
CMYK
RGB Variations
Color information
#CED39A (or 0xCED39A) is known color: Green Mist. HEX triplet: CE, D3 and 9A. RGB value is (206,211,154). Sum of RGB (Red+Green+Blue) = 206+211+154=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #CED39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED39A is #312C65. Grayscale: #CBCBCB. Windows color (decimal): -3222630 or 10146766. OLE color: 10146766.
HSL color Cylindrical-coordinate representation of color #CED39A: hue angle of 65.26º 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 #CED39A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 154 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.17 |
| HSL | 65.26º | 0.39% | 0.72% | - |
| HSV(B) | 65.26º | 0.27% | 0.83% | - |
| XYZ | 54.58 | 62.04 | 39.67 | - |
| YUV | 203.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 154 | 0.02 | 0 | 0.27 | 0.17 | 65.26 | 0.39 | 0.72 |
| Hex | CE | D3 | 9A | 2 | 0 | 1B | 11 | 41 | 27 | 48 |
| Octal | 316 | 323 | 232 | 2 | 0 | 33 | 21 | 101 | 47 | 110 |
| Binary | 11001110 | 11010011 | 10011010 | 10 | 0 | 11011 | 10001 | 1000001 | 100111 | 1001000 |
Color Harmonies of #CED39A
Complementary color
Monochromatic Colors of #CED39A
Black with #CED39A
Text Example
Text Example
White with #CED39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED39A; }
p { color: rgb(206,211,154); }
H1.HeaderClassName
{
color: #CED39A;
}
.AnyTagClassName
{
color: #CED39A;
}
</style>
background-color css
<style>
a { background-color: #CED39A; }
a { background-color: rgb(206,211,154); }
div.DivClassName
{
background-color: #CED39A;
}
.BgClassName
{
background-color: #CED39A;
}
</style>
border-color css
<style>
span { border-color: #CED39A; }
span { border-color: rgb(206,211,154); }
td.TdClassName
{
border-color: #CED39A;
}
.TagClassName
{
border-color: #CED39A;
}
</style>