Shades of Off Green #DBFCE0
Tints of Off Green #DBFCE0
RGB
CMYK
RGB Variations
Color information
#DBFCE0 (or 0xDBFCE0) is known color: Off Green. HEX triplet: DB, FC and E0. RGB value is (219,252,224). Sum of RGB (Red+Green+Blue) = 219+252+224=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCE0 is #24031F. Grayscale: #EFEFEF. Windows color (decimal): -2360096 or 14744795. OLE color: 14744795.
HSL color Cylindrical-coordinate representation of color #DBFCE0: hue angle of 129.09º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCE0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 224 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.01 |
| HSL | 129.09º | 0.85% | 0.92% | - |
| HSV(B) | 129.09º | 0.13% | 0.99% | - |
| XYZ | 77.48 | 90.06 | 83.82 | - |
| YUV | 238.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 224 | 0.13 | 0 | 0.11 | 0.01 | 129.09 | 0.85 | 0.92 |
| Hex | DB | FC | E0 | D | 0 | B | 1 | 81 | 55 | 5C |
| Octal | 333 | 374 | 340 | 15 | 0 | 13 | 1 | 201 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11100000 | 1101 | 0 | 1011 | 1 | 10000001 | 1010101 | 1011100 |
Color Harmonies of #DBFCE0
Complementary color
Monochromatic Colors of #DBFCE0
Black with #DBFCE0
Text Example
Text Example
White with #DBFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE0; }
p { color: rgb(219,252,224); }
H1.HeaderClassName
{
color: #DBFCE0;
}
.AnyTagClassName
{
color: #DBFCE0;
}
</style>
background-color css
<style>
a { background-color: #DBFCE0; }
a { background-color: rgb(219,252,224); }
div.DivClassName
{
background-color: #DBFCE0;
}
.BgClassName
{
background-color: #DBFCE0;
}
</style>
border-color css
<style>
span { border-color: #DBFCE0; }
span { border-color: rgb(219,252,224); }
td.TdClassName
{
border-color: #DBFCE0;
}
.TagClassName
{
border-color: #DBFCE0;
}
</style>