Shades of Off Green #DEF3E3
Tints of Off Green #DEF3E3
RGB
CMYK
RGB Variations
Color information
#DEF3E3 (or 0xDEF3E3) is known color: Off Green. HEX triplet: DE, F3 and E3. RGB value is (222,243,227). Sum of RGB (Red+Green+Blue) = 222+243+227=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3E3 is #210C1C. Grayscale: #EAEAEA. Windows color (decimal): -2165789 or 14939102. OLE color: 14939102.
HSL color Cylindrical-coordinate representation of color #DEF3E3: hue angle of 134.29º 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 #DEF3E3 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 243 | 227 | - |
CMYK | 0.09 | 0 | 0.07 | 0.05 |
HSL | 134.29º | 0.47% | 0.91% | - |
HSV(B) | 134.29º | 0.09% | 0.95% | - |
XYZ | 76.04 | 85.18 | 85.11 | - |
YUV | 234.9 | 123.54 | 118.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 243 | 227 | 0.09 | 0 | 0.07 | 0.05 | 134.29 | 0.47 | 0.91 |
Hex | DE | F3 | E3 | 9 | 0 | 7 | 5 | 86 | 2F | 5B |
Octal | 336 | 363 | 343 | 11 | 0 | 7 | 5 | 206 | 57 | 133 |
Binary | 11011110 | 11110011 | 11100011 | 1001 | 0 | 111 | 101 | 10000110 | 101111 | 1011011 |
Color Harmonies of #DEF3E3
Complementary color
Monochromatic Colors of #DEF3E3
Black with #DEF3E3
Text Example
Text Example
White with #DEF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3E3; }
p { color: rgb(222,243,227); }
H1.HeaderClassName
{
color: #DEF3E3;
}
.AnyTagClassName
{
color: #DEF3E3;
}
</style>
background-color css
<style>
a { background-color: #DEF3E3; }
a { background-color: rgb(222,243,227); }
div.DivClassName
{
background-color: #DEF3E3;
}
.BgClassName
{
background-color: #DEF3E3;
}
</style>
border-color css
<style>
span { border-color: #DEF3E3; }
span { border-color: rgb(222,243,227); }
td.TdClassName
{
border-color: #DEF3E3;
}
.TagClassName
{
border-color: #DEF3E3;
}
</style>