Shades of Green Mist #CED79A
Tints of Green Mist #CED79A
RGB
CMYK
RGB Variations
Color information
#CED79A (or 0xCED79A) is known color: Green Mist. HEX triplet: CE, D7 and 9A. RGB value is (206,215,154). Sum of RGB (Red+Green+Blue) = 206+215+154=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #CED79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED79A is #312865. Grayscale: #CDCDCD. Windows color (decimal): -3221606 or 10147790. OLE color: 10147790.
HSL color Cylindrical-coordinate representation of color #CED79A: hue angle of 68.85º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED79A is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 154 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.16 |
| HSL | 68.85º | 0.43% | 0.72% | - |
| HSV(B) | 68.85º | 0.28% | 0.84% | - |
| XYZ | 55.59 | 64.06 | 40.01 | - |
| YUV | 205.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 154 | 0.04 | 0 | 0.28 | 0.16 | 68.85 | 0.43 | 0.72 |
| Hex | CE | D7 | 9A | 4 | 0 | 1C | 10 | 45 | 2B | 48 |
| Octal | 316 | 327 | 232 | 4 | 0 | 34 | 20 | 105 | 53 | 110 |
| Binary | 11001110 | 11010111 | 10011010 | 100 | 0 | 11100 | 10000 | 1000101 | 101011 | 1001000 |
Color Harmonies of #CED79A
Complementary color
Monochromatic Colors of #CED79A
Black with #CED79A
Text Example
Text Example
White with #CED79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED79A; }
p { color: rgb(206,215,154); }
H1.HeaderClassName
{
color: #CED79A;
}
.AnyTagClassName
{
color: #CED79A;
}
</style>
background-color css
<style>
a { background-color: #CED79A; }
a { background-color: rgb(206,215,154); }
div.DivClassName
{
background-color: #CED79A;
}
.BgClassName
{
background-color: #CED79A;
}
</style>
border-color css
<style>
span { border-color: #CED79A; }
span { border-color: rgb(206,215,154); }
td.TdClassName
{
border-color: #CED79A;
}
.TagClassName
{
border-color: #CED79A;
}
</style>