Shades of Mindaro #DBE87C
Tints of Mindaro #DBE87C
RGB
CMYK
RGB Variations
Color information
#DBE87C (or 0xDBE87C) is known color: Mindaro. HEX triplet: DB, E8 and 7C. RGB value is (219,232,124). Sum of RGB (Red+Green+Blue) = 219+232+124=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE87C is #241783. Grayscale: #D8D8D8. Windows color (decimal): -2365316 or 8186075. OLE color: 8186075.
HSL color Cylindrical-coordinate representation of color #DBE87C: hue angle of 67.22º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE87C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 124 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.09 |
| HSL | 67.22º | 0.7% | 0.7% | - |
| HSV(B) | 67.22º | 0.47% | 0.91% | - |
| XYZ | 61.71 | 74.23 | 30.14 | - |
| YUV | 215.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 124 | 0.06 | 0 | 0.47 | 0.09 | 67.22 | 0.7 | 0.7 |
| Hex | DB | E8 | 7C | 6 | 0 | 2F | 9 | 43 | 46 | 46 |
| Octal | 333 | 350 | 174 | 6 | 0 | 57 | 11 | 103 | 106 | 106 |
| Binary | 11011011 | 11101000 | 1111100 | 110 | 0 | 101111 | 1001 | 1000011 | 1000110 | 1000110 |
Color Harmonies of #DBE87C
Complementary color
Monochromatic Colors of #DBE87C
Black with #DBE87C
Text Example
Text Example
White with #DBE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE87C; }
p { color: rgb(219,232,124); }
H1.HeaderClassName
{
color: #DBE87C;
}
.AnyTagClassName
{
color: #DBE87C;
}
</style>
background-color css
<style>
a { background-color: #DBE87C; }
a { background-color: rgb(219,232,124); }
div.DivClassName
{
background-color: #DBE87C;
}
.BgClassName
{
background-color: #DBE87C;
}
</style>
border-color css
<style>
span { border-color: #DBE87C; }
span { border-color: rgb(219,232,124); }
td.TdClassName
{
border-color: #DBE87C;
}
.TagClassName
{
border-color: #DBE87C;
}
</style>