Shades of Mindaro #DBE55F
Tints of Mindaro #DBE55F
RGB
CMYK
RGB Variations
Color information
#DBE55F (or 0xDBE55F) is known color: Mindaro. HEX triplet: DB, E5 and 5F. RGB value is (219,229,95). Sum of RGB (Red+Green+Blue) = 219+229+95=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE55F is #241AA0. Grayscale: #D3D3D3. Windows color (decimal): -2366113 or 6284763. OLE color: 6284763.
HSL color Cylindrical-coordinate representation of color #DBE55F: hue angle of 64.48º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE55F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 95 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.10 |
| HSL | 64.48º | 0.72% | 0.64% | - |
| HSV(B) | 64.48º | 0.59% | 0.9% | - |
| XYZ | 59.3 | 71.92 | 21.58 | - |
| YUV | 210.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 95 | 0.04 | 0 | 0.59 | 0.10 | 64.48 | 0.72 | 0.64 |
| Hex | DB | E5 | 5F | 4 | 0 | 3B | A | 40 | 48 | 40 |
| Octal | 333 | 345 | 137 | 4 | 0 | 73 | 12 | 100 | 110 | 100 |
| Binary | 11011011 | 11100101 | 1011111 | 100 | 0 | 111011 | 1010 | 1000000 | 1001000 | 1000000 |
Color Harmonies of #DBE55F
Complementary color
Monochromatic Colors of #DBE55F
Black with #DBE55F
Text Example
Text Example
White with #DBE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE55F; }
p { color: rgb(219,229,95); }
H1.HeaderClassName
{
color: #DBE55F;
}
.AnyTagClassName
{
color: #DBE55F;
}
</style>
background-color css
<style>
a { background-color: #DBE55F; }
a { background-color: rgb(219,229,95); }
div.DivClassName
{
background-color: #DBE55F;
}
.BgClassName
{
background-color: #DBE55F;
}
</style>
border-color css
<style>
span { border-color: #DBE55F; }
span { border-color: rgb(219,229,95); }
td.TdClassName
{
border-color: #DBE55F;
}
.TagClassName
{
border-color: #DBE55F;
}
</style>