Shades of Mindaro #DBE85D
Tints of Mindaro #DBE85D
RGB
CMYK
RGB Variations
Color information
#DBE85D (or 0xDBE85D) is known color: Mindaro. HEX triplet: DB, E8 and 5D. RGB value is (219,232,93). Sum of RGB (Red+Green+Blue) = 219+232+93=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE85D is #2417A2. Grayscale: #D4D4D4. Windows color (decimal): -2365347 or 6154459. OLE color: 6154459.
HSL color Cylindrical-coordinate representation of color #DBE85D: hue angle of 65.61º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE85D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 93 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.09 |
| HSL | 65.61º | 0.75% | 0.64% | - |
| HSV(B) | 65.61º | 0.6% | 0.91% | - |
| XYZ | 60.05 | 73.56 | 21.39 | - |
| YUV | 212.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 93 | 0.06 | 0 | 0.60 | 0.09 | 65.61 | 0.75 | 0.64 |
| Hex | DB | E8 | 5D | 6 | 0 | 3C | 9 | 42 | 4B | 40 |
| Octal | 333 | 350 | 135 | 6 | 0 | 74 | 11 | 102 | 113 | 100 |
| Binary | 11011011 | 11101000 | 1011101 | 110 | 0 | 111100 | 1001 | 1000010 | 1001011 | 1000000 |
Color Harmonies of #DBE85D
Complementary color
Monochromatic Colors of #DBE85D
Black with #DBE85D
Text Example
Text Example
White with #DBE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE85D; }
p { color: rgb(219,232,93); }
H1.HeaderClassName
{
color: #DBE85D;
}
.AnyTagClassName
{
color: #DBE85D;
}
</style>
background-color css
<style>
a { background-color: #DBE85D; }
a { background-color: rgb(219,232,93); }
div.DivClassName
{
background-color: #DBE85D;
}
.BgClassName
{
background-color: #DBE85D;
}
</style>
border-color css
<style>
span { border-color: #DBE85D; }
span { border-color: rgb(219,232,93); }
td.TdClassName
{
border-color: #DBE85D;
}
.TagClassName
{
border-color: #DBE85D;
}
</style>