Shades of Mindaro #DBE560
Tints of Mindaro #DBE560
RGB
CMYK
RGB Variations
Color information
#DBE560 (or 0xDBE560) is known color: Mindaro. HEX triplet: DB, E5 and 60. RGB value is (219,229,96). Sum of RGB (Red+Green+Blue) = 219+229+96=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE560 is #241A9F. Grayscale: #D3D3D3. Windows color (decimal): -2366112 or 6350299. OLE color: 6350299.
HSL color Cylindrical-coordinate representation of color #DBE560: hue angle of 64.51º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBE560 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 96 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.10 |
| HSL | 64.51º | 0.72% | 0.64% | - |
| HSV(B) | 64.51º | 0.58% | 0.9% | - |
| XYZ | 59.34 | 71.94 | 21.83 | - |
| YUV | 210.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 96 | 0.04 | 0 | 0.58 | 0.10 | 64.51 | 0.72 | 0.64 |
| Hex | DB | E5 | 60 | 4 | 0 | 3A | A | 41 | 48 | 40 |
| Octal | 333 | 345 | 140 | 4 | 0 | 72 | 12 | 101 | 110 | 100 |
| Binary | 11011011 | 11100101 | 1100000 | 100 | 0 | 111010 | 1010 | 1000001 | 1001000 | 1000000 |
Color Harmonies of #DBE560
Complementary color
Monochromatic Colors of #DBE560
Black with #DBE560
Text Example
Text Example
White with #DBE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE560; }
p { color: rgb(219,229,96); }
H1.HeaderClassName
{
color: #DBE560;
}
.AnyTagClassName
{
color: #DBE560;
}
</style>
background-color css
<style>
a { background-color: #DBE560; }
a { background-color: rgb(219,229,96); }
div.DivClassName
{
background-color: #DBE560;
}
.BgClassName
{
background-color: #DBE560;
}
</style>
border-color css
<style>
span { border-color: #DBE560; }
span { border-color: rgb(219,229,96); }
td.TdClassName
{
border-color: #DBE560;
}
.TagClassName
{
border-color: #DBE560;
}
</style>