Shades of Off Green #DEEEE0
Tints of Off Green #DEEEE0
RGB
CMYK
RGB Variations
Color information
#DEEEE0 (or 0xDEEEE0) is known color: Off Green. HEX triplet: DE, EE and E0. RGB value is (222,238,224). Sum of RGB (Red+Green+Blue) = 222+238+224=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEE0 is #21111F. Grayscale: #E7E7E7. Windows color (decimal): -2167072 or 14741214. OLE color: 14741214.
HSL color Cylindrical-coordinate representation of color #DEEEE0: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEEE0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 224 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.07 |
| HSL | 127.5º | 0.32% | 0.9% | - |
| HSV(B) | 127.5º | 0.07% | 0.93% | - |
| XYZ | 74.15 | 82.06 | 82.45 | - |
| YUV | 231.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 224 | 0.07 | 0 | 0.06 | 0.07 | 127.5 | 0.32 | 0.9 |
| Hex | DE | EE | E0 | 7 | 0 | 6 | 7 | 80 | 20 | 5A |
| Octal | 336 | 356 | 340 | 7 | 0 | 6 | 7 | 200 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11100000 | 111 | 0 | 110 | 111 | 10000000 | 100000 | 1011010 |
Color Harmonies of #DEEEE0
Complementary color
Monochromatic Colors of #DEEEE0
Black with #DEEEE0
Text Example
Text Example
White with #DEEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEE0; }
p { color: rgb(222,238,224); }
H1.HeaderClassName
{
color: #DEEEE0;
}
.AnyTagClassName
{
color: #DEEEE0;
}
</style>
background-color css
<style>
a { background-color: #DEEEE0; }
a { background-color: rgb(222,238,224); }
div.DivClassName
{
background-color: #DEEEE0;
}
.BgClassName
{
background-color: #DEEEE0;
}
</style>
border-color css
<style>
span { border-color: #DEEEE0; }
span { border-color: rgb(222,238,224); }
td.TdClassName
{
border-color: #DEEEE0;
}
.TagClassName
{
border-color: #DEEEE0;
}
</style>