Shades of Mindaro #DBE376
Tints of Mindaro #DBE376
RGB
CMYK
RGB Variations
Color information
#DBE376 (or 0xDBE376) is known color: Mindaro. HEX triplet: DB, E3 and 76. RGB value is (219,227,118). Sum of RGB (Red+Green+Blue) = 219+227+118=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE376 is #241C89. Grayscale: #D4D4D4. Windows color (decimal): -2366602 or 7791579. OLE color: 7791579.
HSL color Cylindrical-coordinate representation of color #DBE376: hue angle of 64.4º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE376 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 118 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.4º | 0.66% | 0.68% | - |
| HSV(B) | 64.4º | 0.48% | 0.89% | - |
| XYZ | 59.95 | 71.31 | 27.74 | - |
| YUV | 212.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 118 | 0.04 | 0 | 0.48 | 0.11 | 64.4 | 0.66 | 0.68 |
| Hex | DB | E3 | 76 | 4 | 0 | 30 | B | 40 | 42 | 44 |
| Octal | 333 | 343 | 166 | 4 | 0 | 60 | 13 | 100 | 102 | 104 |
| Binary | 11011011 | 11100011 | 1110110 | 100 | 0 | 110000 | 1011 | 1000000 | 1000010 | 1000100 |
Color Harmonies of #DBE376
Complementary color
Monochromatic Colors of #DBE376
Black with #DBE376
Text Example
Text Example
White with #DBE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE376; }
p { color: rgb(219,227,118); }
H1.HeaderClassName
{
color: #DBE376;
}
.AnyTagClassName
{
color: #DBE376;
}
</style>
background-color css
<style>
a { background-color: #DBE376; }
a { background-color: rgb(219,227,118); }
div.DivClassName
{
background-color: #DBE376;
}
.BgClassName
{
background-color: #DBE376;
}
</style>
border-color css
<style>
span { border-color: #DBE376; }
span { border-color: rgb(219,227,118); }
td.TdClassName
{
border-color: #DBE376;
}
.TagClassName
{
border-color: #DBE376;
}
</style>