Shades of Off Green #DBF3E0
Tints of Off Green #DBF3E0
RGB
CMYK
RGB Variations
Color information
#DBF3E0 (or 0xDBF3E0) is known color: Off Green. HEX triplet: DB, F3 and E0. RGB value is (219,243,224). Sum of RGB (Red+Green+Blue) = 219+243+224=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3E0 is #240C1F. Grayscale: #E9E9E9. Windows color (decimal): -2362400 or 14742491. OLE color: 14742491.
HSL color Cylindrical-coordinate representation of color #DBF3E0: hue angle of 132.5º 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 #DBF3E0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 224 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.05 |
| HSL | 132.5º | 0.5% | 0.91% | - |
| HSV(B) | 132.5º | 0.1% | 0.95% | - |
| XYZ | 74.72 | 84.54 | 82.9 | - |
| YUV | 233.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 224 | 0.10 | 0 | 0.08 | 0.05 | 132.5 | 0.5 | 0.91 |
| Hex | DB | F3 | E0 | A | 0 | 8 | 5 | 84 | 32 | 5B |
| Octal | 333 | 363 | 340 | 12 | 0 | 10 | 5 | 204 | 62 | 133 |
| Binary | 11011011 | 11110011 | 11100000 | 1010 | 0 | 1000 | 101 | 10000100 | 110010 | 1011011 |
Color Harmonies of #DBF3E0
Complementary color
Monochromatic Colors of #DBF3E0
Black with #DBF3E0
Text Example
Text Example
White with #DBF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3E0; }
p { color: rgb(219,243,224); }
H1.HeaderClassName
{
color: #DBF3E0;
}
.AnyTagClassName
{
color: #DBF3E0;
}
</style>
background-color css
<style>
a { background-color: #DBF3E0; }
a { background-color: rgb(219,243,224); }
div.DivClassName
{
background-color: #DBF3E0;
}
.BgClassName
{
background-color: #DBF3E0;
}
</style>
border-color css
<style>
span { border-color: #DBF3E0; }
span { border-color: rgb(219,243,224); }
td.TdClassName
{
border-color: #DBF3E0;
}
.TagClassName
{
border-color: #DBF3E0;
}
</style>