Shades of Off Green #DBF0DF
Tints of Off Green #DBF0DF
RGB
CMYK
RGB Variations
Color information
#DBF0DF (or 0xDBF0DF) is known color: Off Green. HEX triplet: DB, F0 and DF. RGB value is (219,240,223). Sum of RGB (Red+Green+Blue) = 219+240+223=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0DF is #240F20. Grayscale: #E7E7E7. Windows color (decimal): -2363169 or 14676187. OLE color: 14676187.
HSL color Cylindrical-coordinate representation of color #DBF0DF: hue angle of 131.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0DF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 223 | - |
CMYK | 0.09 | 0 | 0.07 | 0.06 |
HSL | 131.43º | 0.41% | 0.9% | - |
HSV(B) | 131.43º | 0.09% | 0.94% | - |
XYZ | 73.69 | 82.71 | 81.89 | - |
YUV | 231.78 | 123.04 | 118.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 223 | 0.09 | 0 | 0.07 | 0.06 | 131.43 | 0.41 | 0.9 |
Hex | DB | F0 | DF | 9 | 0 | 7 | 6 | 83 | 29 | 5A |
Octal | 333 | 360 | 337 | 11 | 0 | 7 | 6 | 203 | 51 | 132 |
Binary | 11011011 | 11110000 | 11011111 | 1001 | 0 | 111 | 110 | 10000011 | 101001 | 1011010 |
Color Harmonies of #DBF0DF
Complementary color
Monochromatic Colors of #DBF0DF
Black with #DBF0DF
Text Example
Text Example
White with #DBF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0DF; }
p { color: rgb(219,240,223); }
H1.HeaderClassName
{
color: #DBF0DF;
}
.AnyTagClassName
{
color: #DBF0DF;
}
</style>
background-color css
<style>
a { background-color: #DBF0DF; }
a { background-color: rgb(219,240,223); }
div.DivClassName
{
background-color: #DBF0DF;
}
.BgClassName
{
background-color: #DBF0DF;
}
</style>
border-color css
<style>
span { border-color: #DBF0DF; }
span { border-color: rgb(219,240,223); }
td.TdClassName
{
border-color: #DBF0DF;
}
.TagClassName
{
border-color: #DBF0DF;
}
</style>