Shades of Mindaro #DBE56B
Tints of Mindaro #DBE56B
RGB
CMYK
RGB Variations
Color information
#DBE56B (or 0xDBE56B) is known color: Mindaro. HEX triplet: DB, E5 and 6B. RGB value is (219,229,107). Sum of RGB (Red+Green+Blue) = 219+229+107=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE56B is #241A94. Grayscale: #D4D4D4. Windows color (decimal): -2366101 or 7071195. OLE color: 7071195.
HSL color Cylindrical-coordinate representation of color #DBE56B: hue angle of 64.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE56B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 107 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.10 |
| HSL | 64.92º | 0.7% | 0.66% | - |
| HSV(B) | 64.92º | 0.53% | 0.9% | - |
| XYZ | 59.89 | 72.16 | 24.68 | - |
| YUV | 212.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 107 | 0.04 | 0 | 0.53 | 0.10 | 64.92 | 0.7 | 0.66 |
| Hex | DB | E5 | 6B | 4 | 0 | 35 | A | 41 | 46 | 42 |
| Octal | 333 | 345 | 153 | 4 | 0 | 65 | 12 | 101 | 106 | 102 |
| Binary | 11011011 | 11100101 | 1101011 | 100 | 0 | 110101 | 1010 | 1000001 | 1000110 | 1000010 |
Color Harmonies of #DBE56B
Complementary color
Monochromatic Colors of #DBE56B
Black with #DBE56B
Text Example
Text Example
White with #DBE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE56B; }
p { color: rgb(219,229,107); }
H1.HeaderClassName
{
color: #DBE56B;
}
.AnyTagClassName
{
color: #DBE56B;
}
</style>
background-color css
<style>
a { background-color: #DBE56B; }
a { background-color: rgb(219,229,107); }
div.DivClassName
{
background-color: #DBE56B;
}
.BgClassName
{
background-color: #DBE56B;
}
</style>
border-color css
<style>
span { border-color: #DBE56B; }
span { border-color: rgb(219,229,107); }
td.TdClassName
{
border-color: #DBE56B;
}
.TagClassName
{
border-color: #DBE56B;
}
</style>