Shades of Off Green #DEF7E2
Tints of Off Green #DEF7E2
RGB
CMYK
RGB Variations
Color information
#DEF7E2 (or 0xDEF7E2) is known color: Off Green. HEX triplet: DE, F7 and E2. RGB value is (222,247,226). Sum of RGB (Red+Green+Blue) = 222+247+226=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF7E2 is #21081D. Grayscale: #EDEDED. Windows color (decimal): -2164766 or 14874590. OLE color: 14874590.
HSL color Cylindrical-coordinate representation of color #DEF7E2: hue angle of 129.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF7E2 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 247 | 226 | - |
CMYK | 0.10 | 0 | 0.09 | 0.03 |
HSL | 129.6º | 0.61% | 0.92% | - |
HSV(B) | 129.6º | 0.1% | 0.97% | - |
XYZ | 77.11 | 87.54 | 84.78 | - |
YUV | 237.13 | 121.72 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 247 | 226 | 0.10 | 0 | 0.09 | 0.03 | 129.6 | 0.61 | 0.92 |
Hex | DE | F7 | E2 | A | 0 | 9 | 3 | 82 | 3D | 5C |
Octal | 336 | 367 | 342 | 12 | 0 | 11 | 3 | 202 | 75 | 134 |
Binary | 11011110 | 11110111 | 11100010 | 1010 | 0 | 1001 | 11 | 10000010 | 111101 | 1011100 |
Color Harmonies of #DEF7E2
Complementary color
Monochromatic Colors of #DEF7E2
Black with #DEF7E2
Text Example
Text Example
White with #DEF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7E2; }
p { color: rgb(222,247,226); }
H1.HeaderClassName
{
color: #DEF7E2;
}
.AnyTagClassName
{
color: #DEF7E2;
}
</style>
background-color css
<style>
a { background-color: #DEF7E2; }
a { background-color: rgb(222,247,226); }
div.DivClassName
{
background-color: #DEF7E2;
}
.BgClassName
{
background-color: #DEF7E2;
}
</style>
border-color css
<style>
span { border-color: #DEF7E2; }
span { border-color: rgb(222,247,226); }
td.TdClassName
{
border-color: #DEF7E2;
}
.TagClassName
{
border-color: #DEF7E2;
}
</style>