Shades of Green Mist #CED69A
Tints of Green Mist #CED69A
RGB
CMYK
RGB Variations
Color information
#CED69A (or 0xCED69A) is known color: Green Mist. HEX triplet: CE, D6 and 9A. RGB value is (206,214,154). Sum of RGB (Red+Green+Blue) = 206+214+154=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #CED69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED69A is #312965. Grayscale: #CDCDCD. Windows color (decimal): -3221862 or 10147534. OLE color: 10147534.
HSL color Cylindrical-coordinate representation of color #CED69A: hue angle of 68º degrees, saturation: 0.42, 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 #CED69A is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 154 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.16 |
| HSL | 68º | 0.42% | 0.72% | - |
| HSV(B) | 68º | 0.28% | 0.84% | - |
| XYZ | 55.33 | 63.55 | 39.92 | - |
| YUV | 204.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 154 | 0.04 | 0 | 0.28 | 0.16 | 68 | 0.42 | 0.72 |
| Hex | CE | D6 | 9A | 4 | 0 | 1C | 10 | 44 | 2A | 48 |
| Octal | 316 | 326 | 232 | 4 | 0 | 34 | 20 | 104 | 52 | 110 |
| Binary | 11001110 | 11010110 | 10011010 | 100 | 0 | 11100 | 10000 | 1000100 | 101010 | 1001000 |
Color Harmonies of #CED69A
Complementary color
Monochromatic Colors of #CED69A
Black with #CED69A
Text Example
Text Example
White with #CED69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED69A; }
p { color: rgb(206,214,154); }
H1.HeaderClassName
{
color: #CED69A;
}
.AnyTagClassName
{
color: #CED69A;
}
</style>
background-color css
<style>
a { background-color: #CED69A; }
a { background-color: rgb(206,214,154); }
div.DivClassName
{
background-color: #CED69A;
}
.BgClassName
{
background-color: #CED69A;
}
</style>
border-color css
<style>
span { border-color: #CED69A; }
span { border-color: rgb(206,214,154); }
td.TdClassName
{
border-color: #CED69A;
}
.TagClassName
{
border-color: #CED69A;
}
</style>