Shades of Green Mist #CED399
Tints of Green Mist #CED399
RGB
CMYK
RGB Variations
Color information
#CED399 (or 0xCED399) is known color: Green Mist. HEX triplet: CE, D3 and 99. RGB value is (206,211,153). Sum of RGB (Red+Green+Blue) = 206+211+153=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #CED399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED399 is #312C66. Grayscale: #CBCBCB. Windows color (decimal): -3222631 or 10081230. OLE color: 10081230.
HSL color Cylindrical-coordinate representation of color #CED399: hue angle of 65.17º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED399 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 153 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.17 |
| HSL | 65.17º | 0.4% | 0.71% | - |
| HSV(B) | 65.17º | 0.27% | 0.83% | - |
| XYZ | 54.5 | 62.01 | 39.23 | - |
| YUV | 202.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 153 | 0.02 | 0 | 0.27 | 0.17 | 65.17 | 0.4 | 0.71 |
| Hex | CE | D3 | 99 | 2 | 0 | 1B | 11 | 41 | 28 | 47 |
| Octal | 316 | 323 | 231 | 2 | 0 | 33 | 21 | 101 | 50 | 107 |
| Binary | 11001110 | 11010011 | 10011001 | 10 | 0 | 11011 | 10001 | 1000001 | 101000 | 1000111 |
Color Harmonies of #CED399
Complementary color
Monochromatic Colors of #CED399
Black with #CED399
Text Example
Text Example
White with #CED399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED399; }
p { color: rgb(206,211,153); }
H1.HeaderClassName
{
color: #CED399;
}
.AnyTagClassName
{
color: #CED399;
}
</style>
background-color css
<style>
a { background-color: #CED399; }
a { background-color: rgb(206,211,153); }
div.DivClassName
{
background-color: #CED399;
}
.BgClassName
{
background-color: #CED399;
}
</style>
border-color css
<style>
span { border-color: #CED399; }
span { border-color: rgb(206,211,153); }
td.TdClassName
{
border-color: #CED399;
}
.TagClassName
{
border-color: #CED399;
}
</style>