Shades of Off Green #DBFBE0
Tints of Off Green #DBFBE0
RGB
CMYK
RGB Variations
Color information
#DBFBE0 (or 0xDBFBE0) is known color: Off Green. HEX triplet: DB, FB and E0. RGB value is (219,251,224). Sum of RGB (Red+Green+Blue) = 219+251+224=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBE0 is #24041F. Grayscale: #EEEEEE. Windows color (decimal): -2360352 or 14744539. OLE color: 14744539.
HSL color Cylindrical-coordinate representation of color #DBFBE0: hue angle of 129.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBE0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 224 | - |
CMYK | 0.13 | 0 | 0.11 | 0.02 |
HSL | 129.38º | 0.8% | 0.92% | - |
HSV(B) | 129.38º | 0.13% | 0.98% | - |
XYZ | 77.17 | 89.44 | 83.72 | - |
YUV | 238.35 | 119.9 | 114.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 224 | 0.13 | 0 | 0.11 | 0.02 | 129.38 | 0.8 | 0.92 |
Hex | DB | FB | E0 | D | 0 | B | 2 | 81 | 50 | 5C |
Octal | 333 | 373 | 340 | 15 | 0 | 13 | 2 | 201 | 120 | 134 |
Binary | 11011011 | 11111011 | 11100000 | 1101 | 0 | 1011 | 10 | 10000001 | 1010000 | 1011100 |
Color Harmonies of #DBFBE0
Complementary color
Monochromatic Colors of #DBFBE0
Black with #DBFBE0
Text Example
Text Example
White with #DBFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBE0; }
p { color: rgb(219,251,224); }
H1.HeaderClassName
{
color: #DBFBE0;
}
.AnyTagClassName
{
color: #DBFBE0;
}
</style>
background-color css
<style>
a { background-color: #DBFBE0; }
a { background-color: rgb(219,251,224); }
div.DivClassName
{
background-color: #DBFBE0;
}
.BgClassName
{
background-color: #DBFBE0;
}
</style>
border-color css
<style>
span { border-color: #DBFBE0; }
span { border-color: rgb(219,251,224); }
td.TdClassName
{
border-color: #DBFBE0;
}
.TagClassName
{
border-color: #DBFBE0;
}
</style>