Shades of Off Green #DEF2E2
Tints of Off Green #DEF2E2
RGB
CMYK
RGB Variations
Color information
#DEF2E2 (or 0xDEF2E2) is known color: Off Green. HEX triplet: DE, F2 and E2. RGB value is (222,242,226). Sum of RGB (Red+Green+Blue) = 222+242+226=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E2 is #210D1D. Grayscale: #EAEAEA. Windows color (decimal): -2166046 or 14873310. OLE color: 14873310.
HSL color Cylindrical-coordinate representation of color #DEF2E2: hue angle of 132º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF2E2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 226 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.05 |
| HSL | 132º | 0.43% | 0.91% | - |
| HSV(B) | 132º | 0.08% | 0.95% | - |
| XYZ | 75.6 | 84.52 | 84.28 | - |
| YUV | 234.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 226 | 0.08 | 0 | 0.07 | 0.05 | 132 | 0.43 | 0.91 |
| Hex | DE | F2 | E2 | 8 | 0 | 7 | 5 | 84 | 2B | 5B |
| Octal | 336 | 362 | 342 | 10 | 0 | 7 | 5 | 204 | 53 | 133 |
| Binary | 11011110 | 11110010 | 11100010 | 1000 | 0 | 111 | 101 | 10000100 | 101011 | 1011011 |
Color Harmonies of #DEF2E2
Complementary color
Monochromatic Colors of #DEF2E2
Black with #DEF2E2
Text Example
Text Example
White with #DEF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2E2; }
p { color: rgb(222,242,226); }
H1.HeaderClassName
{
color: #DEF2E2;
}
.AnyTagClassName
{
color: #DEF2E2;
}
</style>
background-color css
<style>
a { background-color: #DEF2E2; }
a { background-color: rgb(222,242,226); }
div.DivClassName
{
background-color: #DEF2E2;
}
.BgClassName
{
background-color: #DEF2E2;
}
</style>
border-color css
<style>
span { border-color: #DEF2E2; }
span { border-color: rgb(222,242,226); }
td.TdClassName
{
border-color: #DEF2E2;
}
.TagClassName
{
border-color: #DEF2E2;
}
</style>