Shades of Off Green #DBF1DF
Tints of Off Green #DBF1DF
RGB
CMYK
RGB Variations
Color information
#DBF1DF (or 0xDBF1DF) is known color: Off Green. HEX triplet: DB, F1 and DF. RGB value is (219,241,223). Sum of RGB (Red+Green+Blue) = 219+241+223=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1DF is #240E20. Grayscale: #E8E8E8. Windows color (decimal): -2362913 or 14676443. OLE color: 14676443.
HSL color Cylindrical-coordinate representation of color #DBF1DF: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1DF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 223 | - |
CMYK | 0.09 | 0 | 0.07 | 0.05 |
HSL | 130.91º | 0.44% | 0.9% | - |
HSV(B) | 130.91º | 0.09% | 0.95% | - |
XYZ | 73.99 | 83.3 | 81.99 | - |
YUV | 232.37 | 122.71 | 118.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 223 | 0.09 | 0 | 0.07 | 0.05 | 130.91 | 0.44 | 0.9 |
Hex | DB | F1 | DF | 9 | 0 | 7 | 5 | 83 | 2C | 5A |
Octal | 333 | 361 | 337 | 11 | 0 | 7 | 5 | 203 | 54 | 132 |
Binary | 11011011 | 11110001 | 11011111 | 1001 | 0 | 111 | 101 | 10000011 | 101100 | 1011010 |
Color Harmonies of #DBF1DF
Complementary color
Monochromatic Colors of #DBF1DF
Black with #DBF1DF
Text Example
Text Example
White with #DBF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1DF; }
p { color: rgb(219,241,223); }
H1.HeaderClassName
{
color: #DBF1DF;
}
.AnyTagClassName
{
color: #DBF1DF;
}
</style>
background-color css
<style>
a { background-color: #DBF1DF; }
a { background-color: rgb(219,241,223); }
div.DivClassName
{
background-color: #DBF1DF;
}
.BgClassName
{
background-color: #DBF1DF;
}
</style>
border-color css
<style>
span { border-color: #DBF1DF; }
span { border-color: rgb(219,241,223); }
td.TdClassName
{
border-color: #DBF1DF;
}
.TagClassName
{
border-color: #DBF1DF;
}
</style>