Shades of Mindaro #DBF671
Tints of Mindaro #DBF671
RGB
CMYK
RGB Variations
Color information
#DBF671 (or 0xDBF671) is known color: Mindaro. HEX triplet: DB, F6 and 71. RGB value is (219,246,113). Sum of RGB (Red+Green+Blue) = 219+246+113=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 113 (44.53% from 255 or 19.55% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF671 is #24098E. Grayscale: #DFDFDF. Windows color (decimal): -2361743 or 7468763. OLE color: 7468763.
HSL color Cylindrical-coordinate representation of color #DBF671: hue angle of 72.18º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF671 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 113 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.04 |
| HSL | 72.18º | 0.88% | 0.7% | - |
| HSV(B) | 72.18º | 0.54% | 0.96% | - |
| XYZ | 65.15 | 82.16 | 28.05 | - |
| YUV | 222.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 113 | 0.11 | 0 | 0.54 | 0.04 | 72.18 | 0.88 | 0.7 |
| Hex | DB | F6 | 71 | B | 0 | 36 | 4 | 48 | 58 | 46 |
| Octal | 333 | 366 | 161 | 13 | 0 | 66 | 4 | 110 | 130 | 106 |
| Binary | 11011011 | 11110110 | 1110001 | 1011 | 0 | 110110 | 100 | 1001000 | 1011000 | 1000110 |
Color Harmonies of #DBF671
Complementary color
Monochromatic Colors of #DBF671
Black with #DBF671
Text Example
Text Example
White with #DBF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF671; }
p { color: rgb(219,246,113); }
H1.HeaderClassName
{
color: #DBF671;
}
.AnyTagClassName
{
color: #DBF671;
}
</style>
background-color css
<style>
a { background-color: #DBF671; }
a { background-color: rgb(219,246,113); }
div.DivClassName
{
background-color: #DBF671;
}
.BgClassName
{
background-color: #DBF671;
}
</style>
border-color css
<style>
span { border-color: #DBF671; }
span { border-color: rgb(219,246,113); }
td.TdClassName
{
border-color: #DBF671;
}
.TagClassName
{
border-color: #DBF671;
}
</style>