Shades of Green Mist #CED09C
Tints of Green Mist #CED09C
RGB
CMYK
RGB Variations
Color information
#CED09C (or 0xCED09C) is known color: Green Mist. HEX triplet: CE, D0 and 9C. RGB value is (206,208,156). Sum of RGB (Red+Green+Blue) = 206+208+156=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #CED09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED09C is #312F63. Grayscale: #C9C9C9. Windows color (decimal): -3223396 or 10277070. OLE color: 10277070.
HSL color Cylindrical-coordinate representation of color #CED09C: hue angle of 62.31º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CED09C is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 156 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.18 |
| HSL | 62.31º | 0.36% | 0.71% | - |
| HSV(B) | 62.31º | 0.25% | 0.82% | - |
| XYZ | 54.01 | 60.63 | 40.31 | - |
| YUV | 201.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 156 | 0.01 | 0 | 0.25 | 0.18 | 62.31 | 0.36 | 0.71 |
| Hex | CE | D0 | 9C | 1 | 0 | 19 | 12 | 3E | 24 | 47 |
| Octal | 316 | 320 | 234 | 1 | 0 | 31 | 22 | 76 | 44 | 107 |
| Binary | 11001110 | 11010000 | 10011100 | 1 | 0 | 11001 | 10010 | 111110 | 100100 | 1000111 |
Color Harmonies of #CED09C
Complementary color
Monochromatic Colors of #CED09C
Black with #CED09C
Text Example
Text Example
White with #CED09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED09C; }
p { color: rgb(206,208,156); }
H1.HeaderClassName
{
color: #CED09C;
}
.AnyTagClassName
{
color: #CED09C;
}
</style>
background-color css
<style>
a { background-color: #CED09C; }
a { background-color: rgb(206,208,156); }
div.DivClassName
{
background-color: #CED09C;
}
.BgClassName
{
background-color: #CED09C;
}
</style>
border-color css
<style>
span { border-color: #CED09C; }
span { border-color: rgb(206,208,156); }
td.TdClassName
{
border-color: #CED09C;
}
.TagClassName
{
border-color: #CED09C;
}
</style>