Shades of Off Green #DEF0E0
Tints of Off Green #DEF0E0
RGB
CMYK
RGB Variations
Color information
#DEF0E0 (or 0xDEF0E0) is known color: Off Green. HEX triplet: DE, F0 and E0. RGB value is (222,240,224). Sum of RGB (Red+Green+Blue) = 222+240+224=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0E0 is #210F1F. Grayscale: #E8E8E8. Windows color (decimal): -2166560 or 14741726. OLE color: 14741726.
HSL color Cylindrical-coordinate representation of color #DEF0E0: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEF0E0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 224 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.06 |
| HSL | 126.67º | 0.38% | 0.91% | - |
| HSV(B) | 126.67º | 0.07% | 0.94% | - |
| XYZ | 74.74 | 83.23 | 82.65 | - |
| YUV | 232.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 224 | 0.08 | 0 | 0.07 | 0.06 | 126.67 | 0.38 | 0.91 |
| Hex | DE | F0 | E0 | 8 | 0 | 7 | 6 | 7F | 26 | 5B |
| Octal | 336 | 360 | 340 | 10 | 0 | 7 | 6 | 177 | 46 | 133 |
| Binary | 11011110 | 11110000 | 11100000 | 1000 | 0 | 111 | 110 | 1111111 | 100110 | 1011011 |
Color Harmonies of #DEF0E0
Complementary color
Monochromatic Colors of #DEF0E0
Black with #DEF0E0
Text Example
Text Example
White with #DEF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0E0; }
p { color: rgb(222,240,224); }
H1.HeaderClassName
{
color: #DEF0E0;
}
.AnyTagClassName
{
color: #DEF0E0;
}
</style>
background-color css
<style>
a { background-color: #DEF0E0; }
a { background-color: rgb(222,240,224); }
div.DivClassName
{
background-color: #DEF0E0;
}
.BgClassName
{
background-color: #DEF0E0;
}
</style>
border-color css
<style>
span { border-color: #DEF0E0; }
span { border-color: rgb(222,240,224); }
td.TdClassName
{
border-color: #DEF0E0;
}
.TagClassName
{
border-color: #DEF0E0;
}
</style>