Shades of Mindaro #DBF073
Tints of Mindaro #DBF073
RGB
CMYK
RGB Variations
Color information
#DBF073 (or 0xDBF073) is known color: Mindaro. HEX triplet: DB, F0 and 73. RGB value is (219,240,115). Sum of RGB (Red+Green+Blue) = 219+240+115=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF073 is #240F8C. Grayscale: #DBDBDB. Windows color (decimal): -2363277 or 7598299. OLE color: 7598299.
HSL color Cylindrical-coordinate representation of color #DBF073: hue angle of 70.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF073 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 115 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.06 |
| HSL | 70.08º | 0.81% | 0.7% | - |
| HSV(B) | 70.08º | 0.52% | 0.94% | - |
| XYZ | 63.47 | 78.62 | 28.05 | - |
| YUV | 219.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 115 | 0.09 | 0 | 0.52 | 0.06 | 70.08 | 0.81 | 0.7 |
| Hex | DB | F0 | 73 | 9 | 0 | 34 | 6 | 46 | 51 | 46 |
| Octal | 333 | 360 | 163 | 11 | 0 | 64 | 6 | 106 | 121 | 106 |
| Binary | 11011011 | 11110000 | 1110011 | 1001 | 0 | 110100 | 110 | 1000110 | 1010001 | 1000110 |
Color Harmonies of #DBF073
Complementary color
Monochromatic Colors of #DBF073
Black with #DBF073
Text Example
Text Example
White with #DBF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF073; }
p { color: rgb(219,240,115); }
H1.HeaderClassName
{
color: #DBF073;
}
.AnyTagClassName
{
color: #DBF073;
}
</style>
background-color css
<style>
a { background-color: #DBF073; }
a { background-color: rgb(219,240,115); }
div.DivClassName
{
background-color: #DBF073;
}
.BgClassName
{
background-color: #DBF073;
}
</style>
border-color css
<style>
span { border-color: #DBF073; }
span { border-color: rgb(219,240,115); }
td.TdClassName
{
border-color: #DBF073;
}
.TagClassName
{
border-color: #DBF073;
}
</style>