Shades of Off Green #DBF5E0
Tints of Off Green #DBF5E0
RGB
CMYK
RGB Variations
Color information
#DBF5E0 (or 0xDBF5E0) is known color: Off Green. HEX triplet: DB, F5 and E0. RGB value is (219,245,224). Sum of RGB (Red+Green+Blue) = 219+245+224=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5E0 is #240A1F. Grayscale: #EAEAEA. Windows color (decimal): -2361888 or 14743003. OLE color: 14743003.
HSL color Cylindrical-coordinate representation of color #DBF5E0: hue angle of 131.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5E0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 224 | - |
CMYK | 0.11 | 0 | 0.09 | 0.04 |
HSL | 131.54º | 0.57% | 0.91% | - |
HSV(B) | 131.54º | 0.11% | 0.96% | - |
XYZ | 75.32 | 85.75 | 83.1 | - |
YUV | 234.83 | 121.89 | 116.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 224 | 0.11 | 0 | 0.09 | 0.04 | 131.54 | 0.57 | 0.91 |
Hex | DB | F5 | E0 | B | 0 | 9 | 4 | 84 | 39 | 5B |
Octal | 333 | 365 | 340 | 13 | 0 | 11 | 4 | 204 | 71 | 133 |
Binary | 11011011 | 11110101 | 11100000 | 1011 | 0 | 1001 | 100 | 10000100 | 111001 | 1011011 |
Color Harmonies of #DBF5E0
Complementary color
Monochromatic Colors of #DBF5E0
Black with #DBF5E0
Text Example
Text Example
White with #DBF5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5E0; }
p { color: rgb(219,245,224); }
H1.HeaderClassName
{
color: #DBF5E0;
}
.AnyTagClassName
{
color: #DBF5E0;
}
</style>
background-color css
<style>
a { background-color: #DBF5E0; }
a { background-color: rgb(219,245,224); }
div.DivClassName
{
background-color: #DBF5E0;
}
.BgClassName
{
background-color: #DBF5E0;
}
</style>
border-color css
<style>
span { border-color: #DBF5E0; }
span { border-color: rgb(219,245,224); }
td.TdClassName
{
border-color: #DBF5E0;
}
.TagClassName
{
border-color: #DBF5E0;
}
</style>