Shades of Green Mist #CED49A
Tints of Green Mist #CED49A
RGB
CMYK
RGB Variations
Color information
#CED49A (or 0xCED49A) is known color: Green Mist. HEX triplet: CE, D4 and 9A. RGB value is (206,212,154). Sum of RGB (Red+Green+Blue) = 206+212+154=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #CED49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED49A is #312B65. Grayscale: #CBCBCB. Windows color (decimal): -3222374 or 10147022. OLE color: 10147022.
HSL color Cylindrical-coordinate representation of color #CED49A: hue angle of 66.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED49A is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 154 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.17 |
| HSL | 66.21º | 0.4% | 0.72% | - |
| HSV(B) | 66.21º | 0.27% | 0.83% | - |
| XYZ | 54.83 | 62.54 | 39.75 | - |
| YUV | 203.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 154 | 0.03 | 0 | 0.27 | 0.17 | 66.21 | 0.4 | 0.72 |
| Hex | CE | D4 | 9A | 3 | 0 | 1B | 11 | 42 | 28 | 48 |
| Octal | 316 | 324 | 232 | 3 | 0 | 33 | 21 | 102 | 50 | 110 |
| Binary | 11001110 | 11010100 | 10011010 | 11 | 0 | 11011 | 10001 | 1000010 | 101000 | 1001000 |
Color Harmonies of #CED49A
Complementary color
Monochromatic Colors of #CED49A
Black with #CED49A
Text Example
Text Example
White with #CED49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED49A; }
p { color: rgb(206,212,154); }
H1.HeaderClassName
{
color: #CED49A;
}
.AnyTagClassName
{
color: #CED49A;
}
</style>
background-color css
<style>
a { background-color: #CED49A; }
a { background-color: rgb(206,212,154); }
div.DivClassName
{
background-color: #CED49A;
}
.BgClassName
{
background-color: #CED49A;
}
</style>
border-color css
<style>
span { border-color: #CED49A; }
span { border-color: rgb(206,212,154); }
td.TdClassName
{
border-color: #CED49A;
}
.TagClassName
{
border-color: #CED49A;
}
</style>