Shades of Mindaro #DBE56D
Tints of Mindaro #DBE56D
RGB
CMYK
RGB Variations
Color information
#DBE56D (or 0xDBE56D) is known color: Mindaro. HEX triplet: DB, E5 and 6D. RGB value is (219,229,109). Sum of RGB (Red+Green+Blue) = 219+229+109=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE56D is #241A92. Grayscale: #D4D4D4. Windows color (decimal): -2366099 or 7202267. OLE color: 7202267.
HSL color Cylindrical-coordinate representation of color #DBE56D: hue angle of 65º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE56D is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 109 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.10 |
| HSL | 65º | 0.7% | 0.66% | - |
| HSV(B) | 65º | 0.52% | 0.9% | - |
| XYZ | 59.99 | 72.2 | 25.24 | - |
| YUV | 212.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 109 | 0.04 | 0 | 0.52 | 0.10 | 65 | 0.7 | 0.66 |
| Hex | DB | E5 | 6D | 4 | 0 | 34 | A | 41 | 46 | 42 |
| Octal | 333 | 345 | 155 | 4 | 0 | 64 | 12 | 101 | 106 | 102 |
| Binary | 11011011 | 11100101 | 1101101 | 100 | 0 | 110100 | 1010 | 1000001 | 1000110 | 1000010 |
Color Harmonies of #DBE56D
Complementary color
Monochromatic Colors of #DBE56D
Black with #DBE56D
Text Example
Text Example
White with #DBE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE56D; }
p { color: rgb(219,229,109); }
H1.HeaderClassName
{
color: #DBE56D;
}
.AnyTagClassName
{
color: #DBE56D;
}
</style>
background-color css
<style>
a { background-color: #DBE56D; }
a { background-color: rgb(219,229,109); }
div.DivClassName
{
background-color: #DBE56D;
}
.BgClassName
{
background-color: #DBE56D;
}
</style>
border-color css
<style>
span { border-color: #DBE56D; }
span { border-color: rgb(219,229,109); }
td.TdClassName
{
border-color: #DBE56D;
}
.TagClassName
{
border-color: #DBE56D;
}
</style>