Shades of Mindaro #DBE472
Tints of Mindaro #DBE472
RGB
CMYK
RGB Variations
Color information
#DBE472 (or 0xDBE472) is known color: Mindaro. HEX triplet: DB, E4 and 72. RGB value is (219,228,114). Sum of RGB (Red+Green+Blue) = 219+228+114=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE472 is #241B8D. Grayscale: #D4D4D4. Windows color (decimal): -2366350 or 7529691. OLE color: 7529691.
HSL color Cylindrical-coordinate representation of color #DBE472: hue angle of 64.74º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE472 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 114 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.11 |
| HSL | 64.74º | 0.68% | 0.67% | - |
| HSV(B) | 64.74º | 0.5% | 0.89% | - |
| XYZ | 59.99 | 71.76 | 26.61 | - |
| YUV | 212.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 114 | 0.04 | 0 | 0.50 | 0.11 | 64.74 | 0.68 | 0.67 |
| Hex | DB | E4 | 72 | 4 | 0 | 32 | B | 41 | 44 | 43 |
| Octal | 333 | 344 | 162 | 4 | 0 | 62 | 13 | 101 | 104 | 103 |
| Binary | 11011011 | 11100100 | 1110010 | 100 | 0 | 110010 | 1011 | 1000001 | 1000100 | 1000011 |
Color Harmonies of #DBE472
Complementary color
Monochromatic Colors of #DBE472
Black with #DBE472
Text Example
Text Example
White with #DBE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE472; }
p { color: rgb(219,228,114); }
H1.HeaderClassName
{
color: #DBE472;
}
.AnyTagClassName
{
color: #DBE472;
}
</style>
background-color css
<style>
a { background-color: #DBE472; }
a { background-color: rgb(219,228,114); }
div.DivClassName
{
background-color: #DBE472;
}
.BgClassName
{
background-color: #DBE472;
}
</style>
border-color css
<style>
span { border-color: #DBE472; }
span { border-color: rgb(219,228,114); }
td.TdClassName
{
border-color: #DBE472;
}
.TagClassName
{
border-color: #DBE472;
}
</style>