Shades of Green Mist #CED39B
Tints of Green Mist #CED39B
RGB
CMYK
RGB Variations
Color information
#CED39B (or 0xCED39B) is known color: Green Mist. HEX triplet: CE, D3 and 9B. RGB value is (206,211,155). Sum of RGB (Red+Green+Blue) = 206+211+155=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #CED39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED39B is #312C64. Grayscale: #CBCBCB. Windows color (decimal): -3222629 or 10212302. OLE color: 10212302.
HSL color Cylindrical-coordinate representation of color #CED39B: hue angle of 65.36º degrees, saturation: 0.39, 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 #CED39B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 155 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.17 |
| HSL | 65.36º | 0.39% | 0.72% | - |
| HSV(B) | 65.36º | 0.27% | 0.83% | - |
| XYZ | 54.66 | 62.08 | 40.11 | - |
| YUV | 203.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 155 | 0.02 | 0 | 0.27 | 0.17 | 65.36 | 0.39 | 0.72 |
| Hex | CE | D3 | 9B | 2 | 0 | 1B | 11 | 41 | 27 | 48 |
| Octal | 316 | 323 | 233 | 2 | 0 | 33 | 21 | 101 | 47 | 110 |
| Binary | 11001110 | 11010011 | 10011011 | 10 | 0 | 11011 | 10001 | 1000001 | 100111 | 1001000 |
Color Harmonies of #CED39B
Complementary color
Monochromatic Colors of #CED39B
Black with #CED39B
Text Example
Text Example
White with #CED39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED39B; }
p { color: rgb(206,211,155); }
H1.HeaderClassName
{
color: #CED39B;
}
.AnyTagClassName
{
color: #CED39B;
}
</style>
background-color css
<style>
a { background-color: #CED39B; }
a { background-color: rgb(206,211,155); }
div.DivClassName
{
background-color: #CED39B;
}
.BgClassName
{
background-color: #CED39B;
}
</style>
border-color css
<style>
span { border-color: #CED39B; }
span { border-color: rgb(206,211,155); }
td.TdClassName
{
border-color: #CED39B;
}
.TagClassName
{
border-color: #CED39B;
}
</style>