Shades of Mindaro #DBF560
Tints of Mindaro #DBF560
RGB
CMYK
RGB Variations
Color information
#DBF560 (or 0xDBF560) is known color: Mindaro. HEX triplet: DB, F5 and 60. RGB value is (219,245,96). Sum of RGB (Red+Green+Blue) = 219+245+96=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF560 is #240A9F. Grayscale: #DCDCDC. Windows color (decimal): -2362016 or 6354395. OLE color: 6354395.
HSL color Cylindrical-coordinate representation of color #DBF560: hue angle of 70.47º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF560 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 96 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.47º | 0.88% | 0.67% | - |
| HSV(B) | 70.47º | 0.61% | 0.96% | - |
| XYZ | 63.98 | 81.21 | 23.37 | - |
| YUV | 220.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 96 | 0.11 | 0 | 0.61 | 0.04 | 70.47 | 0.88 | 0.67 |
| Hex | DB | F5 | 60 | B | 0 | 3D | 4 | 46 | 58 | 43 |
| Octal | 333 | 365 | 140 | 13 | 0 | 75 | 4 | 106 | 130 | 103 |
| Binary | 11011011 | 11110101 | 1100000 | 1011 | 0 | 111101 | 100 | 1000110 | 1011000 | 1000011 |
Color Harmonies of #DBF560
Complementary color
Monochromatic Colors of #DBF560
Black with #DBF560
Text Example
Text Example
White with #DBF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF560; }
p { color: rgb(219,245,96); }
H1.HeaderClassName
{
color: #DBF560;
}
.AnyTagClassName
{
color: #DBF560;
}
</style>
background-color css
<style>
a { background-color: #DBF560; }
a { background-color: rgb(219,245,96); }
div.DivClassName
{
background-color: #DBF560;
}
.BgClassName
{
background-color: #DBF560;
}
</style>
border-color css
<style>
span { border-color: #DBF560; }
span { border-color: rgb(219,245,96); }
td.TdClassName
{
border-color: #DBF560;
}
.TagClassName
{
border-color: #DBF560;
}
</style>