Shades of Mindaro #DBED73
Tints of Mindaro #DBED73
RGB
CMYK
RGB Variations
Color information
#DBED73 (or 0xDBED73) is known color: Mindaro. HEX triplet: DB, ED and 73. RGB value is (219,237,115). Sum of RGB (Red+Green+Blue) = 219+237+115=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED73 is #24128C. Grayscale: #DADADA. Windows color (decimal): -2364045 or 7597531. OLE color: 7597531.
HSL color Cylindrical-coordinate representation of color #DBED73: hue angle of 68.85º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBED73 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 115 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.07 |
| HSL | 68.85º | 0.77% | 0.69% | - |
| HSV(B) | 68.85º | 0.51% | 0.93% | - |
| XYZ | 62.59 | 76.87 | 27.76 | - |
| YUV | 217.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 115 | 0.08 | 0 | 0.51 | 0.07 | 68.85 | 0.77 | 0.69 |
| Hex | DB | ED | 73 | 8 | 0 | 33 | 7 | 45 | 4D | 45 |
| Octal | 333 | 355 | 163 | 10 | 0 | 63 | 7 | 105 | 115 | 105 |
| Binary | 11011011 | 11101101 | 1110011 | 1000 | 0 | 110011 | 111 | 1000101 | 1001101 | 1000101 |
Color Harmonies of #DBED73
Complementary color
Monochromatic Colors of #DBED73
Black with #DBED73
Text Example
Text Example
White with #DBED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED73; }
p { color: rgb(219,237,115); }
H1.HeaderClassName
{
color: #DBED73;
}
.AnyTagClassName
{
color: #DBED73;
}
</style>
background-color css
<style>
a { background-color: #DBED73; }
a { background-color: rgb(219,237,115); }
div.DivClassName
{
background-color: #DBED73;
}
.BgClassName
{
background-color: #DBED73;
}
</style>
border-color css
<style>
span { border-color: #DBED73; }
span { border-color: rgb(219,237,115); }
td.TdClassName
{
border-color: #DBED73;
}
.TagClassName
{
border-color: #DBED73;
}
</style>