Shades of Mindaro #DBE873
Tints of Mindaro #DBE873
RGB
CMYK
RGB Variations
Color information
#DBE873 (or 0xDBE873) is known color: Mindaro. HEX triplet: DB, E8 and 73. RGB value is (219,232,115). Sum of RGB (Red+Green+Blue) = 219+232+115=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE873 is #24178C. Grayscale: #D7D7D7. Windows color (decimal): -2365325 or 7596251. OLE color: 7596251.
HSL color Cylindrical-coordinate representation of color #DBE873: hue angle of 66.67º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE873 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 115 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.09 |
| HSL | 66.67º | 0.72% | 0.68% | - |
| HSV(B) | 66.67º | 0.5% | 0.91% | - |
| XYZ | 61.16 | 74.01 | 27.28 | - |
| YUV | 214.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 115 | 0.06 | 0 | 0.50 | 0.09 | 66.67 | 0.72 | 0.68 |
| Hex | DB | E8 | 73 | 6 | 0 | 32 | 9 | 43 | 48 | 44 |
| Octal | 333 | 350 | 163 | 6 | 0 | 62 | 11 | 103 | 110 | 104 |
| Binary | 11011011 | 11101000 | 1110011 | 110 | 0 | 110010 | 1001 | 1000011 | 1001000 | 1000100 |
Color Harmonies of #DBE873
Complementary color
Monochromatic Colors of #DBE873
Black with #DBE873
Text Example
Text Example
White with #DBE873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE873; }
p { color: rgb(219,232,115); }
H1.HeaderClassName
{
color: #DBE873;
}
.AnyTagClassName
{
color: #DBE873;
}
</style>
background-color css
<style>
a { background-color: #DBE873; }
a { background-color: rgb(219,232,115); }
div.DivClassName
{
background-color: #DBE873;
}
.BgClassName
{
background-color: #DBE873;
}
</style>
border-color css
<style>
span { border-color: #DBE873; }
span { border-color: rgb(219,232,115); }
td.TdClassName
{
border-color: #DBE873;
}
.TagClassName
{
border-color: #DBE873;
}
</style>