Shades of Green Mist #CED199
Tints of Green Mist #CED199
RGB
CMYK
RGB Variations
Color information
#CED199 (or 0xCED199) is known color: Green Mist. HEX triplet: CE, D1 and 99. RGB value is (206,209,153). Sum of RGB (Red+Green+Blue) = 206+209+153=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #CED199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED199 is #312E66. Grayscale: #C9C9C9. Windows color (decimal): -3223143 or 10080718. OLE color: 10080718.
HSL color Cylindrical-coordinate representation of color #CED199: hue angle of 63.21º 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 #CED199 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 153 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.18 |
| HSL | 63.21º | 0.38% | 0.71% | - |
| HSV(B) | 63.21º | 0.27% | 0.82% | - |
| XYZ | 54 | 61.02 | 39.07 | - |
| YUV | 201.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 153 | 0.01 | 0 | 0.27 | 0.18 | 63.21 | 0.38 | 0.71 |
| Hex | CE | D1 | 99 | 1 | 0 | 1B | 12 | 3F | 26 | 47 |
| Octal | 316 | 321 | 231 | 1 | 0 | 33 | 22 | 77 | 46 | 107 |
| Binary | 11001110 | 11010001 | 10011001 | 1 | 0 | 11011 | 10010 | 111111 | 100110 | 1000111 |
Color Harmonies of #CED199
Complementary color
Monochromatic Colors of #CED199
Black with #CED199
Text Example
Text Example
White with #CED199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED199; }
p { color: rgb(206,209,153); }
H1.HeaderClassName
{
color: #CED199;
}
.AnyTagClassName
{
color: #CED199;
}
</style>
background-color css
<style>
a { background-color: #CED199; }
a { background-color: rgb(206,209,153); }
div.DivClassName
{
background-color: #CED199;
}
.BgClassName
{
background-color: #CED199;
}
</style>
border-color css
<style>
span { border-color: #CED199; }
span { border-color: rgb(206,209,153); }
td.TdClassName
{
border-color: #CED199;
}
.TagClassName
{
border-color: #CED199;
}
</style>