Shades of Off Green #DBEFE0
Tints of Off Green #DBEFE0
RGB
CMYK
RGB Variations
Color information
#DBEFE0 (or 0xDBEFE0) is known color: Off Green. HEX triplet: DB, EF and E0. RGB value is (219,239,224). Sum of RGB (Red+Green+Blue) = 219+239+224=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE0 is #24101F. Grayscale: #E7E7E7. Windows color (decimal): -2363424 or 14741467. OLE color: 14741467.
HSL color Cylindrical-coordinate representation of color #DBEFE0: hue angle of 135º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 224 | - |
CMYK | 0.08 | 0 | 0.06 | 0.06 |
HSL | 135º | 0.38% | 0.9% | - |
HSV(B) | 135º | 0.08% | 0.94% | - |
XYZ | 73.53 | 82.17 | 82.51 | - |
YUV | 231.31 | 123.87 | 119.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 224 | 0.08 | 0 | 0.06 | 0.06 | 135 | 0.38 | 0.9 |
Hex | DB | EF | E0 | 8 | 0 | 6 | 6 | 87 | 26 | 5A |
Octal | 333 | 357 | 340 | 10 | 0 | 6 | 6 | 207 | 46 | 132 |
Binary | 11011011 | 11101111 | 11100000 | 1000 | 0 | 110 | 110 | 10000111 | 100110 | 1011010 |
Color Harmonies of #DBEFE0
Complementary color
Monochromatic Colors of #DBEFE0
Black with #DBEFE0
Text Example
Text Example
White with #DBEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFE0; }
p { color: rgb(219,239,224); }
H1.HeaderClassName
{
color: #DBEFE0;
}
.AnyTagClassName
{
color: #DBEFE0;
}
</style>
background-color css
<style>
a { background-color: #DBEFE0; }
a { background-color: rgb(219,239,224); }
div.DivClassName
{
background-color: #DBEFE0;
}
.BgClassName
{
background-color: #DBEFE0;
}
</style>
border-color css
<style>
span { border-color: #DBEFE0; }
span { border-color: rgb(219,239,224); }
td.TdClassName
{
border-color: #DBEFE0;
}
.TagClassName
{
border-color: #DBEFE0;
}
</style>