Shades of Off Green #DBF3DF
Tints of Off Green #DBF3DF
RGB
CMYK
RGB Variations
Color information
#DBF3DF (or 0xDBF3DF) is known color: Off Green. HEX triplet: DB, F3 and DF. RGB value is (219,243,223). Sum of RGB (Red+Green+Blue) = 219+243+223=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DF is #240C20. Grayscale: #E9E9E9. Windows color (decimal): -2362401 or 14676955. OLE color: 14676955.
HSL color Cylindrical-coordinate representation of color #DBF3DF: hue angle of 130º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3DF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 223 | - |
CMYK | 0.10 | 0 | 0.08 | 0.05 |
HSL | 130º | 0.5% | 0.91% | - |
HSV(B) | 130º | 0.1% | 0.95% | - |
XYZ | 74.58 | 84.49 | 82.19 | - |
YUV | 233.54 | 122.05 | 117.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 223 | 0.10 | 0 | 0.08 | 0.05 | 130 | 0.5 | 0.91 |
Hex | DB | F3 | DF | A | 0 | 8 | 5 | 82 | 32 | 5B |
Octal | 333 | 363 | 337 | 12 | 0 | 10 | 5 | 202 | 62 | 133 |
Binary | 11011011 | 11110011 | 11011111 | 1010 | 0 | 1000 | 101 | 10000010 | 110010 | 1011011 |
Color Harmonies of #DBF3DF
Complementary color
Monochromatic Colors of #DBF3DF
Black with #DBF3DF
Text Example
Text Example
White with #DBF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3DF; }
p { color: rgb(219,243,223); }
H1.HeaderClassName
{
color: #DBF3DF;
}
.AnyTagClassName
{
color: #DBF3DF;
}
</style>
background-color css
<style>
a { background-color: #DBF3DF; }
a { background-color: rgb(219,243,223); }
div.DivClassName
{
background-color: #DBF3DF;
}
.BgClassName
{
background-color: #DBF3DF;
}
</style>
border-color css
<style>
span { border-color: #DBF3DF; }
span { border-color: rgb(219,243,223); }
td.TdClassName
{
border-color: #DBF3DF;
}
.TagClassName
{
border-color: #DBF3DF;
}
</style>