Shades of Green Mist #CED098
Tints of Green Mist #CED098
RGB
CMYK
RGB Variations
Color information
#CED098 (or 0xCED098) is known color: Green Mist. HEX triplet: CE, D0 and 98. RGB value is (206,208,152). Sum of RGB (Red+Green+Blue) = 206+208+152=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #CED098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED098 is #312F67. Grayscale: #C9C9C9. Windows color (decimal): -3223400 or 10014926. OLE color: 10014926.
HSL color Cylindrical-coordinate representation of color #CED098: hue angle of 62.14º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED098 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 152 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.18 |
| HSL | 62.14º | 0.37% | 0.71% | - |
| HSV(B) | 62.14º | 0.27% | 0.82% | - |
| XYZ | 53.68 | 60.5 | 38.55 | - |
| YUV | 201.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 152 | 0.01 | 0 | 0.27 | 0.18 | 62.14 | 0.37 | 0.71 |
| Hex | CE | D0 | 98 | 1 | 0 | 1B | 12 | 3E | 25 | 47 |
| Octal | 316 | 320 | 230 | 1 | 0 | 33 | 22 | 76 | 45 | 107 |
| Binary | 11001110 | 11010000 | 10011000 | 1 | 0 | 11011 | 10010 | 111110 | 100101 | 1000111 |
Color Harmonies of #CED098
Complementary color
Monochromatic Colors of #CED098
Black with #CED098
Text Example
Text Example
White with #CED098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED098; }
p { color: rgb(206,208,152); }
H1.HeaderClassName
{
color: #CED098;
}
.AnyTagClassName
{
color: #CED098;
}
</style>
background-color css
<style>
a { background-color: #CED098; }
a { background-color: rgb(206,208,152); }
div.DivClassName
{
background-color: #CED098;
}
.BgClassName
{
background-color: #CED098;
}
</style>
border-color css
<style>
span { border-color: #CED098; }
span { border-color: rgb(206,208,152); }
td.TdClassName
{
border-color: #CED098;
}
.TagClassName
{
border-color: #CED098;
}
</style>