Shades of Mindaro #DBE460
Tints of Mindaro #DBE460
RGB
CMYK
RGB Variations
Color information
#DBE460 (or 0xDBE460) is known color: Mindaro. HEX triplet: DB, E4 and 60. RGB value is (219,228,96). Sum of RGB (Red+Green+Blue) = 219+228+96=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE460 is #241B9F. Grayscale: #D2D2D2. Windows color (decimal): -2366368 or 6350043. OLE color: 6350043.
HSL color Cylindrical-coordinate representation of color #DBE460: hue angle of 64.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBE460 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 96 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.11 |
| HSL | 64.09º | 0.71% | 0.64% | - |
| HSV(B) | 64.09º | 0.58% | 0.89% | - |
| XYZ | 59.07 | 71.39 | 21.73 | - |
| YUV | 210.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 96 | 0.04 | 0 | 0.58 | 0.11 | 64.09 | 0.71 | 0.64 |
| Hex | DB | E4 | 60 | 4 | 0 | 3A | B | 40 | 47 | 40 |
| Octal | 333 | 344 | 140 | 4 | 0 | 72 | 13 | 100 | 107 | 100 |
| Binary | 11011011 | 11100100 | 1100000 | 100 | 0 | 111010 | 1011 | 1000000 | 1000111 | 1000000 |
Color Harmonies of #DBE460
Complementary color
Monochromatic Colors of #DBE460
Black with #DBE460
Text Example
Text Example
White with #DBE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE460; }
p { color: rgb(219,228,96); }
H1.HeaderClassName
{
color: #DBE460;
}
.AnyTagClassName
{
color: #DBE460;
}
</style>
background-color css
<style>
a { background-color: #DBE460; }
a { background-color: rgb(219,228,96); }
div.DivClassName
{
background-color: #DBE460;
}
.BgClassName
{
background-color: #DBE460;
}
</style>
border-color css
<style>
span { border-color: #DBE460; }
span { border-color: rgb(219,228,96); }
td.TdClassName
{
border-color: #DBE460;
}
.TagClassName
{
border-color: #DBE460;
}
</style>