Shades of Off Green #DEF5E3
Tints of Off Green #DEF5E3
RGB
CMYK
RGB Variations
Color information
#DEF5E3 (or 0xDEF5E3) is known color: Off Green. HEX triplet: DE, F5 and E3. RGB value is (222,245,227). Sum of RGB (Red+Green+Blue) = 222+245+227=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5E3 is #210A1C. Grayscale: #ECECEC. Windows color (decimal): -2165277 or 14939614. OLE color: 14939614.
HSL color Cylindrical-coordinate representation of color #DEF5E3: hue angle of 133.04º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5E3 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 245 | 227 | - |
CMYK | 0.09 | 0 | 0.07 | 0.04 |
HSL | 133.04º | 0.53% | 0.92% | - |
HSV(B) | 133.04º | 0.09% | 0.96% | - |
XYZ | 76.64 | 86.38 | 85.31 | - |
YUV | 236.07 | 122.88 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 245 | 227 | 0.09 | 0 | 0.07 | 0.04 | 133.04 | 0.53 | 0.92 |
Hex | DE | F5 | E3 | 9 | 0 | 7 | 4 | 85 | 35 | 5C |
Octal | 336 | 365 | 343 | 11 | 0 | 7 | 4 | 205 | 65 | 134 |
Binary | 11011110 | 11110101 | 11100011 | 1001 | 0 | 111 | 100 | 10000101 | 110101 | 1011100 |
Color Harmonies of #DEF5E3
Complementary color
Monochromatic Colors of #DEF5E3
Black with #DEF5E3
Text Example
Text Example
White with #DEF5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5E3; }
p { color: rgb(222,245,227); }
H1.HeaderClassName
{
color: #DEF5E3;
}
.AnyTagClassName
{
color: #DEF5E3;
}
</style>
background-color css
<style>
a { background-color: #DEF5E3; }
a { background-color: rgb(222,245,227); }
div.DivClassName
{
background-color: #DEF5E3;
}
.BgClassName
{
background-color: #DEF5E3;
}
</style>
border-color css
<style>
span { border-color: #DEF5E3; }
span { border-color: rgb(222,245,227); }
td.TdClassName
{
border-color: #DEF5E3;
}
.TagClassName
{
border-color: #DEF5E3;
}
</style>