Shades of Off Green #DBF7E0
Tints of Off Green #DBF7E0
RGB
CMYK
RGB Variations
Color information
#DBF7E0 (or 0xDBF7E0) is known color: Off Green. HEX triplet: DB, F7 and E0. RGB value is (219,247,224). Sum of RGB (Red+Green+Blue) = 219+247+224=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7E0 is #24081F. Grayscale: #ECECEC. Windows color (decimal): -2361376 or 14743515. OLE color: 14743515.
HSL color Cylindrical-coordinate representation of color #DBF7E0: hue angle of 130.71º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF7E0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 224 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.03 |
| HSL | 130.71º | 0.64% | 0.91% | - |
| HSV(B) | 130.71º | 0.11% | 0.97% | - |
| XYZ | 75.93 | 86.96 | 83.3 | - |
| YUV | 236.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 224 | 0.11 | 0 | 0.09 | 0.03 | 130.71 | 0.64 | 0.91 |
| Hex | DB | F7 | E0 | B | 0 | 9 | 3 | 83 | 40 | 5B |
| Octal | 333 | 367 | 340 | 13 | 0 | 11 | 3 | 203 | 100 | 133 |
| Binary | 11011011 | 11110111 | 11100000 | 1011 | 0 | 1001 | 11 | 10000011 | 1000000 | 1011011 |
Color Harmonies of #DBF7E0
Complementary color
Monochromatic Colors of #DBF7E0
Black with #DBF7E0
Text Example
Text Example
White with #DBF7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7E0; }
p { color: rgb(219,247,224); }
H1.HeaderClassName
{
color: #DBF7E0;
}
.AnyTagClassName
{
color: #DBF7E0;
}
</style>
background-color css
<style>
a { background-color: #DBF7E0; }
a { background-color: rgb(219,247,224); }
div.DivClassName
{
background-color: #DBF7E0;
}
.BgClassName
{
background-color: #DBF7E0;
}
</style>
border-color css
<style>
span { border-color: #DBF7E0; }
span { border-color: rgb(219,247,224); }
td.TdClassName
{
border-color: #DBF7E0;
}
.TagClassName
{
border-color: #DBF7E0;
}
</style>