Shades of Off Green #DEF1E2
Tints of Off Green #DEF1E2
RGB
CMYK
RGB Variations
Color information
#DEF1E2 (or 0xDEF1E2) is known color: Off Green. HEX triplet: DE, F1 and E2. RGB value is (222,241,226). Sum of RGB (Red+Green+Blue) = 222+241+226=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1E2 is #210E1D. Grayscale: #E9E9E9. Windows color (decimal): -2166302 or 14873054. OLE color: 14873054.
HSL color Cylindrical-coordinate representation of color #DEF1E2: hue angle of 132.63º degrees, saturation: 0.4, 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 #DEF1E2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 241 | 226 | - |
CMYK | 0.08 | 0 | 0.06 | 0.05 |
HSL | 132.63º | 0.4% | 0.91% | - |
HSV(B) | 132.63º | 0.08% | 0.95% | - |
XYZ | 75.31 | 83.93 | 84.18 | - |
YUV | 233.61 | 123.71 | 119.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 241 | 226 | 0.08 | 0 | 0.06 | 0.05 | 132.63 | 0.4 | 0.91 |
Hex | DE | F1 | E2 | 8 | 0 | 6 | 5 | 85 | 28 | 5B |
Octal | 336 | 361 | 342 | 10 | 0 | 6 | 5 | 205 | 50 | 133 |
Binary | 11011110 | 11110001 | 11100010 | 1000 | 0 | 110 | 101 | 10000101 | 101000 | 1011011 |
Color Harmonies of #DEF1E2
Complementary color
Monochromatic Colors of #DEF1E2
Black with #DEF1E2
Text Example
Text Example
White with #DEF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1E2; }
p { color: rgb(222,241,226); }
H1.HeaderClassName
{
color: #DEF1E2;
}
.AnyTagClassName
{
color: #DEF1E2;
}
</style>
background-color css
<style>
a { background-color: #DEF1E2; }
a { background-color: rgb(222,241,226); }
div.DivClassName
{
background-color: #DEF1E2;
}
.BgClassName
{
background-color: #DEF1E2;
}
</style>
border-color css
<style>
span { border-color: #DEF1E2; }
span { border-color: rgb(222,241,226); }
td.TdClassName
{
border-color: #DEF1E2;
}
.TagClassName
{
border-color: #DEF1E2;
}
</style>