Shades of Off Green #DEF1E3
Tints of Off Green #DEF1E3
RGB
CMYK
RGB Variations
Color information
#DEF1E3 (or 0xDEF1E3) is known color: Off Green. HEX triplet: DE, F1 and E3. RGB value is (222,241,227). Sum of RGB (Red+Green+Blue) = 222+241+227=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1E3 is #210E1C. Grayscale: #E9E9E9. Windows color (decimal): -2166301 or 14938590. OLE color: 14938590.
HSL color Cylindrical-coordinate representation of color #DEF1E3: hue angle of 135.79º 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 #DEF1E3 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 227 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.05 |
| HSL | 135.79º | 0.4% | 0.91% | - |
| HSV(B) | 135.79º | 0.08% | 0.95% | - |
| XYZ | 75.44 | 83.99 | 84.91 | - |
| YUV | 233.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 227 | 0.08 | 0 | 0.06 | 0.05 | 135.79 | 0.4 | 0.91 |
| Hex | DE | F1 | E3 | 8 | 0 | 6 | 5 | 88 | 28 | 5B |
| Octal | 336 | 361 | 343 | 10 | 0 | 6 | 5 | 210 | 50 | 133 |
| Binary | 11011110 | 11110001 | 11100011 | 1000 | 0 | 110 | 101 | 10001000 | 101000 | 1011011 |
Color Harmonies of #DEF1E3
Complementary color
Monochromatic Colors of #DEF1E3
Black with #DEF1E3
Text Example
Text Example
White with #DEF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1E3; }
p { color: rgb(222,241,227); }
H1.HeaderClassName
{
color: #DEF1E3;
}
.AnyTagClassName
{
color: #DEF1E3;
}
</style>
background-color css
<style>
a { background-color: #DEF1E3; }
a { background-color: rgb(222,241,227); }
div.DivClassName
{
background-color: #DEF1E3;
}
.BgClassName
{
background-color: #DEF1E3;
}
</style>
border-color css
<style>
span { border-color: #DEF1E3; }
span { border-color: rgb(222,241,227); }
td.TdClassName
{
border-color: #DEF1E3;
}
.TagClassName
{
border-color: #DEF1E3;
}
</style>