Shades of Mindaro #DBE476
Tints of Mindaro #DBE476
RGB
CMYK
RGB Variations
Color information
#DBE476 (or 0xDBE476) is known color: Mindaro. HEX triplet: DB, E4 and 76. RGB value is (219,228,118). Sum of RGB (Red+Green+Blue) = 219+228+118=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE476 is #241B89. Grayscale: #D5D5D5. Windows color (decimal): -2366346 or 7791835. OLE color: 7791835.
HSL color Cylindrical-coordinate representation of color #DBE476: hue angle of 64.91º degrees, saturation: 0.67, 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 #DBE476 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 118 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.91º | 0.67% | 0.68% | - |
| HSV(B) | 64.91º | 0.48% | 0.89% | - |
| XYZ | 60.23 | 71.85 | 27.83 | - |
| YUV | 212.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 118 | 0.04 | 0 | 0.48 | 0.11 | 64.91 | 0.67 | 0.68 |
| Hex | DB | E4 | 76 | 4 | 0 | 30 | B | 41 | 43 | 44 |
| Octal | 333 | 344 | 166 | 4 | 0 | 60 | 13 | 101 | 103 | 104 |
| Binary | 11011011 | 11100100 | 1110110 | 100 | 0 | 110000 | 1011 | 1000001 | 1000011 | 1000100 |
Color Harmonies of #DBE476
Complementary color
Monochromatic Colors of #DBE476
Black with #DBE476
Text Example
Text Example
White with #DBE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE476; }
p { color: rgb(219,228,118); }
H1.HeaderClassName
{
color: #DBE476;
}
.AnyTagClassName
{
color: #DBE476;
}
</style>
background-color css
<style>
a { background-color: #DBE476; }
a { background-color: rgb(219,228,118); }
div.DivClassName
{
background-color: #DBE476;
}
.BgClassName
{
background-color: #DBE476;
}
</style>
border-color css
<style>
span { border-color: #DBE476; }
span { border-color: rgb(219,228,118); }
td.TdClassName
{
border-color: #DBE476;
}
.TagClassName
{
border-color: #DBE476;
}
</style>