Shades of Green Mist #CED19C
Tints of Green Mist #CED19C
RGB
CMYK
RGB Variations
Color information
#CED19C (or 0xCED19C) is known color: Green Mist. HEX triplet: CE, D1 and 9C. RGB value is (206,209,156). Sum of RGB (Red+Green+Blue) = 206+209+156=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #CED19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED19C is #312E63. Grayscale: #CACACA. Windows color (decimal): -3223140 or 10277326. OLE color: 10277326.
HSL color Cylindrical-coordinate representation of color #CED19C: hue angle of 63.4º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CED19C is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 156 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.18 |
| HSL | 63.4º | 0.37% | 0.72% | - |
| HSV(B) | 63.4º | 0.25% | 0.82% | - |
| XYZ | 54.25 | 61.12 | 40.39 | - |
| YUV | 202.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 156 | 0.01 | 0 | 0.25 | 0.18 | 63.4 | 0.37 | 0.72 |
| Hex | CE | D1 | 9C | 1 | 0 | 19 | 12 | 3F | 25 | 48 |
| Octal | 316 | 321 | 234 | 1 | 0 | 31 | 22 | 77 | 45 | 110 |
| Binary | 11001110 | 11010001 | 10011100 | 1 | 0 | 11001 | 10010 | 111111 | 100101 | 1001000 |
Color Harmonies of #CED19C
Complementary color
Monochromatic Colors of #CED19C
Black with #CED19C
Text Example
Text Example
White with #CED19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED19C; }
p { color: rgb(206,209,156); }
H1.HeaderClassName
{
color: #CED19C;
}
.AnyTagClassName
{
color: #CED19C;
}
</style>
background-color css
<style>
a { background-color: #CED19C; }
a { background-color: rgb(206,209,156); }
div.DivClassName
{
background-color: #CED19C;
}
.BgClassName
{
background-color: #CED19C;
}
</style>
border-color css
<style>
span { border-color: #CED19C; }
span { border-color: rgb(206,209,156); }
td.TdClassName
{
border-color: #CED19C;
}
.TagClassName
{
border-color: #CED19C;
}
</style>