Shades of Mindaro #DBE470
Tints of Mindaro #DBE470
RGB
CMYK
RGB Variations
Color information
#DBE470 (or 0xDBE470) is known color: Mindaro. HEX triplet: DB, E4 and 70. RGB value is (219,228,112). Sum of RGB (Red+Green+Blue) = 219+228+112=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE470 is #241B8F. Grayscale: #D4D4D4. Windows color (decimal): -2366352 or 7398619. OLE color: 7398619.
HSL color Cylindrical-coordinate representation of color #DBE470: hue angle of 64.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE470 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 112 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.11 |
| HSL | 64.66º | 0.68% | 0.67% | - |
| HSV(B) | 64.66º | 0.51% | 0.89% | - |
| XYZ | 59.88 | 71.72 | 26.02 | - |
| YUV | 212.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 112 | 0.04 | 0 | 0.51 | 0.11 | 64.66 | 0.68 | 0.67 |
| Hex | DB | E4 | 70 | 4 | 0 | 33 | B | 41 | 44 | 43 |
| Octal | 333 | 344 | 160 | 4 | 0 | 63 | 13 | 101 | 104 | 103 |
| Binary | 11011011 | 11100100 | 1110000 | 100 | 0 | 110011 | 1011 | 1000001 | 1000100 | 1000011 |
Color Harmonies of #DBE470
Complementary color
Monochromatic Colors of #DBE470
Black with #DBE470
Text Example
Text Example
White with #DBE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE470; }
p { color: rgb(219,228,112); }
H1.HeaderClassName
{
color: #DBE470;
}
.AnyTagClassName
{
color: #DBE470;
}
</style>
background-color css
<style>
a { background-color: #DBE470; }
a { background-color: rgb(219,228,112); }
div.DivClassName
{
background-color: #DBE470;
}
.BgClassName
{
background-color: #DBE470;
}
</style>
border-color css
<style>
span { border-color: #DBE470; }
span { border-color: rgb(219,228,112); }
td.TdClassName
{
border-color: #DBE470;
}
.TagClassName
{
border-color: #DBE470;
}
</style>