Shades of Off Green #DEEFE2
Tints of Off Green #DEEFE2
RGB
CMYK
RGB Variations
Color information
#DEEFE2 (or 0xDEEFE2) is known color: Off Green. HEX triplet: DE, EF and E2. RGB value is (222,239,226). Sum of RGB (Red+Green+Blue) = 222+239+226=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFE2 is #21101D. Grayscale: #E8E8E8. Windows color (decimal): -2166814 or 14872542. OLE color: 14872542.
HSL color Cylindrical-coordinate representation of color #DEEFE2: hue angle of 134.12º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFE2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 226 | - |
CMYK | 0.07 | 0 | 0.05 | 0.06 |
HSL | 134.12º | 0.35% | 0.9% | - |
HSV(B) | 134.12º | 0.07% | 0.94% | - |
XYZ | 74.72 | 82.75 | 83.99 | - |
YUV | 232.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 226 | 0.07 | 0 | 0.05 | 0.06 | 134.12 | 0.35 | 0.9 |
Hex | DE | EF | E2 | 7 | 0 | 5 | 6 | 86 | 23 | 5A |
Octal | 336 | 357 | 342 | 7 | 0 | 5 | 6 | 206 | 43 | 132 |
Binary | 11011110 | 11101111 | 11100010 | 111 | 0 | 101 | 110 | 10000110 | 100011 | 1011010 |
Color Harmonies of #DEEFE2
Complementary color
Monochromatic Colors of #DEEFE2
Black with #DEEFE2
Text Example
Text Example
White with #DEEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFE2; }
p { color: rgb(222,239,226); }
H1.HeaderClassName
{
color: #DEEFE2;
}
.AnyTagClassName
{
color: #DEEFE2;
}
</style>
background-color css
<style>
a { background-color: #DEEFE2; }
a { background-color: rgb(222,239,226); }
div.DivClassName
{
background-color: #DEEFE2;
}
.BgClassName
{
background-color: #DEEFE2;
}
</style>
border-color css
<style>
span { border-color: #DEEFE2; }
span { border-color: rgb(222,239,226); }
td.TdClassName
{
border-color: #DEEFE2;
}
.TagClassName
{
border-color: #DEEFE2;
}
</style>