Shades of Green Mist #CED19D
Tints of Green Mist #CED19D
RGB
CMYK
RGB Variations
Color information
#CED19D (or 0xCED19D) is known color: Green Mist. HEX triplet: CE, D1 and 9D. RGB value is (206,209,157). Sum of RGB (Red+Green+Blue) = 206+209+157=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #CED19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED19D is #312E62. Grayscale: #CACACA. Windows color (decimal): -3223139 or 10342862. OLE color: 10342862.
HSL color Cylindrical-coordinate representation of color #CED19D: hue angle of 63.46º degrees, saturation: 0.36, 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 #CED19D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 157 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.18 |
| HSL | 63.46º | 0.36% | 0.72% | - |
| HSV(B) | 63.46º | 0.25% | 0.82% | - |
| XYZ | 54.34 | 61.16 | 40.84 | - |
| YUV | 202.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 157 | 0.01 | 0 | 0.25 | 0.18 | 63.46 | 0.36 | 0.72 |
| Hex | CE | D1 | 9D | 1 | 0 | 19 | 12 | 3F | 24 | 48 |
| Octal | 316 | 321 | 235 | 1 | 0 | 31 | 22 | 77 | 44 | 110 |
| Binary | 11001110 | 11010001 | 10011101 | 1 | 0 | 11001 | 10010 | 111111 | 100100 | 1001000 |
Color Harmonies of #CED19D
Complementary color
Monochromatic Colors of #CED19D
Black with #CED19D
Text Example
Text Example
White with #CED19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED19D; }
p { color: rgb(206,209,157); }
H1.HeaderClassName
{
color: #CED19D;
}
.AnyTagClassName
{
color: #CED19D;
}
</style>
background-color css
<style>
a { background-color: #CED19D; }
a { background-color: rgb(206,209,157); }
div.DivClassName
{
background-color: #CED19D;
}
.BgClassName
{
background-color: #CED19D;
}
</style>
border-color css
<style>
span { border-color: #CED19D; }
span { border-color: rgb(206,209,157); }
td.TdClassName
{
border-color: #CED19D;
}
.TagClassName
{
border-color: #CED19D;
}
</style>