Shades of Off Green #DEEBE0
Tints of Off Green #DEEBE0
RGB
CMYK
RGB Variations
Color information
#DEEBE0 (or 0xDEEBE0) is known color: Off Green. HEX triplet: DE, EB and E0. RGB value is (222,235,224). Sum of RGB (Red+Green+Blue) = 222+235+224=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBE0 is #21141F. Grayscale: #E5E5E5. Windows color (decimal): -2167840 or 14740446. OLE color: 14740446.
HSL color Cylindrical-coordinate representation of color #DEEBE0: hue angle of 129.23º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEBE0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 224 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.08 |
| HSL | 129.23º | 0.25% | 0.9% | - |
| HSV(B) | 129.23º | 0.06% | 0.92% | - |
| XYZ | 73.29 | 80.33 | 82.16 | - |
| YUV | 229.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 224 | 0.06 | 0 | 0.05 | 0.08 | 129.23 | 0.25 | 0.9 |
| Hex | DE | EB | E0 | 6 | 0 | 5 | 8 | 81 | 19 | 5A |
| Octal | 336 | 353 | 340 | 6 | 0 | 5 | 10 | 201 | 31 | 132 |
| Binary | 11011110 | 11101011 | 11100000 | 110 | 0 | 101 | 1000 | 10000001 | 11001 | 1011010 |
Color Harmonies of #DEEBE0
Complementary color
Monochromatic Colors of #DEEBE0
Black with #DEEBE0
Text Example
Text Example
White with #DEEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBE0; }
p { color: rgb(222,235,224); }
H1.HeaderClassName
{
color: #DEEBE0;
}
.AnyTagClassName
{
color: #DEEBE0;
}
</style>
background-color css
<style>
a { background-color: #DEEBE0; }
a { background-color: rgb(222,235,224); }
div.DivClassName
{
background-color: #DEEBE0;
}
.BgClassName
{
background-color: #DEEBE0;
}
</style>
border-color css
<style>
span { border-color: #DEEBE0; }
span { border-color: rgb(222,235,224); }
td.TdClassName
{
border-color: #DEEBE0;
}
.TagClassName
{
border-color: #DEEBE0;
}
</style>