Shades of Green Mist #CED298
Tints of Green Mist #CED298
RGB
CMYK
RGB Variations
Color information
#CED298 (or 0xCED298) is known color: Green Mist. HEX triplet: CE, D2 and 98. RGB value is (206,210,152). Sum of RGB (Red+Green+Blue) = 206+210+152=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #CED298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED298 is #312D67. Grayscale: #CACACA. Windows color (decimal): -3222888 or 10015438. OLE color: 10015438.
HSL color Cylindrical-coordinate representation of color #CED298: hue angle of 64.14º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED298 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 152 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.18 |
| HSL | 64.14º | 0.39% | 0.71% | - |
| HSV(B) | 64.14º | 0.28% | 0.82% | - |
| XYZ | 54.17 | 61.48 | 38.72 | - |
| YUV | 202.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 152 | 0.02 | 0 | 0.28 | 0.18 | 64.14 | 0.39 | 0.71 |
| Hex | CE | D2 | 98 | 2 | 0 | 1C | 12 | 40 | 27 | 47 |
| Octal | 316 | 322 | 230 | 2 | 0 | 34 | 22 | 100 | 47 | 107 |
| Binary | 11001110 | 11010010 | 10011000 | 10 | 0 | 11100 | 10010 | 1000000 | 100111 | 1000111 |
Color Harmonies of #CED298
Complementary color
Monochromatic Colors of #CED298
Black with #CED298
Text Example
Text Example
White with #CED298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED298; }
p { color: rgb(206,210,152); }
H1.HeaderClassName
{
color: #CED298;
}
.AnyTagClassName
{
color: #CED298;
}
</style>
background-color css
<style>
a { background-color: #CED298; }
a { background-color: rgb(206,210,152); }
div.DivClassName
{
background-color: #CED298;
}
.BgClassName
{
background-color: #CED298;
}
</style>
border-color css
<style>
span { border-color: #CED298; }
span { border-color: rgb(206,210,152); }
td.TdClassName
{
border-color: #CED298;
}
.TagClassName
{
border-color: #CED298;
}
</style>