Shades of Mindaro #DBF070
Tints of Mindaro #DBF070
RGB
CMYK
RGB Variations
Color information
#DBF070 (or 0xDBF070) is known color: Mindaro. HEX triplet: DB, F0 and 70. RGB value is (219,240,112). Sum of RGB (Red+Green+Blue) = 219+240+112=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF070 is #240F8F. Grayscale: #DBDBDB. Windows color (decimal): -2363280 or 7401691. OLE color: 7401691.
HSL color Cylindrical-coordinate representation of color #DBF070: hue angle of 69.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF070 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 112 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.06 |
| HSL | 69.84º | 0.81% | 0.69% | - |
| HSV(B) | 69.84º | 0.53% | 0.94% | - |
| XYZ | 63.3 | 78.55 | 27.15 | - |
| YUV | 219.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 112 | 0.09 | 0 | 0.53 | 0.06 | 69.84 | 0.81 | 0.69 |
| Hex | DB | F0 | 70 | 9 | 0 | 35 | 6 | 46 | 51 | 45 |
| Octal | 333 | 360 | 160 | 11 | 0 | 65 | 6 | 106 | 121 | 105 |
| Binary | 11011011 | 11110000 | 1110000 | 1001 | 0 | 110101 | 110 | 1000110 | 1010001 | 1000101 |
Color Harmonies of #DBF070
Complementary color
Monochromatic Colors of #DBF070
Black with #DBF070
Text Example
Text Example
White with #DBF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF070; }
p { color: rgb(219,240,112); }
H1.HeaderClassName
{
color: #DBF070;
}
.AnyTagClassName
{
color: #DBF070;
}
</style>
background-color css
<style>
a { background-color: #DBF070; }
a { background-color: rgb(219,240,112); }
div.DivClassName
{
background-color: #DBF070;
}
.BgClassName
{
background-color: #DBF070;
}
</style>
border-color css
<style>
span { border-color: #DBF070; }
span { border-color: rgb(219,240,112); }
td.TdClassName
{
border-color: #DBF070;
}
.TagClassName
{
border-color: #DBF070;
}
</style>