Shades of Off Green #DEF3E1
Tints of Off Green #DEF3E1
RGB
CMYK
RGB Variations
Color information
#DEF3E1 (or 0xDEF3E1) is known color: Off Green. HEX triplet: DE, F3 and E1. RGB value is (222,243,225). Sum of RGB (Red+Green+Blue) = 222+243+225=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3E1 is #210C1E. Grayscale: #EAEAEA. Windows color (decimal): -2165791 or 14808030. OLE color: 14808030.
HSL color Cylindrical-coordinate representation of color #DEF3E1: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF3E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 225 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.05 |
| HSL | 128.57º | 0.47% | 0.91% | - |
| HSV(B) | 128.57º | 0.09% | 0.95% | - |
| XYZ | 75.77 | 85.07 | 83.66 | - |
| YUV | 234.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 225 | 0.09 | 0 | 0.07 | 0.05 | 128.57 | 0.47 | 0.91 |
| Hex | DE | F3 | E1 | 9 | 0 | 7 | 5 | 81 | 2F | 5B |
| Octal | 336 | 363 | 341 | 11 | 0 | 7 | 5 | 201 | 57 | 133 |
| Binary | 11011110 | 11110011 | 11100001 | 1001 | 0 | 111 | 101 | 10000001 | 101111 | 1011011 |
Color Harmonies of #DEF3E1
Complementary color
Monochromatic Colors of #DEF3E1
Black with #DEF3E1
Text Example
Text Example
White with #DEF3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3E1; }
p { color: rgb(222,243,225); }
H1.HeaderClassName
{
color: #DEF3E1;
}
.AnyTagClassName
{
color: #DEF3E1;
}
</style>
background-color css
<style>
a { background-color: #DEF3E1; }
a { background-color: rgb(222,243,225); }
div.DivClassName
{
background-color: #DEF3E1;
}
.BgClassName
{
background-color: #DEF3E1;
}
</style>
border-color css
<style>
span { border-color: #DEF3E1; }
span { border-color: rgb(222,243,225); }
td.TdClassName
{
border-color: #DEF3E1;
}
.TagClassName
{
border-color: #DEF3E1;
}
</style>