Shades of Off Green #DBF6DF
Tints of Off Green #DBF6DF
RGB
CMYK
RGB Variations
Color information
#DBF6DF (or 0xDBF6DF) is known color: Off Green. HEX triplet: DB, F6 and DF. RGB value is (219,246,223). Sum of RGB (Red+Green+Blue) = 219+246+223=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6DF is #240920. Grayscale: #EBEBEB. Windows color (decimal): -2361633 or 14677723. OLE color: 14677723.
HSL color Cylindrical-coordinate representation of color #DBF6DF: hue angle of 128.89º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6DF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 223 | - |
CMYK | 0.11 | 0 | 0.09 | 0.04 |
HSL | 128.89º | 0.6% | 0.91% | - |
HSV(B) | 128.89º | 0.11% | 0.96% | - |
XYZ | 75.49 | 86.3 | 82.49 | - |
YUV | 235.31 | 121.05 | 116.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 223 | 0.11 | 0 | 0.09 | 0.04 | 128.89 | 0.6 | 0.91 |
Hex | DB | F6 | DF | B | 0 | 9 | 4 | 81 | 3C | 5B |
Octal | 333 | 366 | 337 | 13 | 0 | 11 | 4 | 201 | 74 | 133 |
Binary | 11011011 | 11110110 | 11011111 | 1011 | 0 | 1001 | 100 | 10000001 | 111100 | 1011011 |
Color Harmonies of #DBF6DF
Complementary color
Monochromatic Colors of #DBF6DF
Black with #DBF6DF
Text Example
Text Example
White with #DBF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6DF; }
p { color: rgb(219,246,223); }
H1.HeaderClassName
{
color: #DBF6DF;
}
.AnyTagClassName
{
color: #DBF6DF;
}
</style>
background-color css
<style>
a { background-color: #DBF6DF; }
a { background-color: rgb(219,246,223); }
div.DivClassName
{
background-color: #DBF6DF;
}
.BgClassName
{
background-color: #DBF6DF;
}
</style>
border-color css
<style>
span { border-color: #DBF6DF; }
span { border-color: rgb(219,246,223); }
td.TdClassName
{
border-color: #DBF6DF;
}
.TagClassName
{
border-color: #DBF6DF;
}
</style>