Shades of Mindaro #DBF071
Tints of Mindaro #DBF071
RGB
CMYK
RGB Variations
Color information
#DBF071 (or 0xDBF071) is known color: Mindaro. HEX triplet: DB, F0 and 71. RGB value is (219,240,113). Sum of RGB (Red+Green+Blue) = 219+240+113=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF071 is #240F8E. Grayscale: #DBDBDB. Windows color (decimal): -2363279 or 7467227. OLE color: 7467227.
HSL color Cylindrical-coordinate representation of color #DBF071: hue angle of 69.92º 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 #DBF071 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 113 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.06 |
| HSL | 69.92º | 0.81% | 0.69% | - |
| HSV(B) | 69.92º | 0.53% | 0.94% | - |
| XYZ | 63.35 | 78.57 | 27.45 | - |
| YUV | 219.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 113 | 0.09 | 0 | 0.53 | 0.06 | 69.92 | 0.81 | 0.69 |
| Hex | DB | F0 | 71 | 9 | 0 | 35 | 6 | 46 | 51 | 45 |
| Octal | 333 | 360 | 161 | 11 | 0 | 65 | 6 | 106 | 121 | 105 |
| Binary | 11011011 | 11110000 | 1110001 | 1001 | 0 | 110101 | 110 | 1000110 | 1010001 | 1000101 |
Color Harmonies of #DBF071
Complementary color
Monochromatic Colors of #DBF071
Black with #DBF071
Text Example
Text Example
White with #DBF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF071; }
p { color: rgb(219,240,113); }
H1.HeaderClassName
{
color: #DBF071;
}
.AnyTagClassName
{
color: #DBF071;
}
</style>
background-color css
<style>
a { background-color: #DBF071; }
a { background-color: rgb(219,240,113); }
div.DivClassName
{
background-color: #DBF071;
}
.BgClassName
{
background-color: #DBF071;
}
</style>
border-color css
<style>
span { border-color: #DBF071; }
span { border-color: rgb(219,240,113); }
td.TdClassName
{
border-color: #DBF071;
}
.TagClassName
{
border-color: #DBF071;
}
</style>