Shades of Mindaro #DBEC73
Tints of Mindaro #DBEC73
RGB
CMYK
RGB Variations
Color information
#DBEC73 (or 0xDBEC73) is known color: Mindaro. HEX triplet: DB, EC and 73. RGB value is (219,236,115). Sum of RGB (Red+Green+Blue) = 219+236+115=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC73 is #24138C. Grayscale: #D9D9D9. Windows color (decimal): -2364301 or 7597275. OLE color: 7597275.
HSL color Cylindrical-coordinate representation of color #DBEC73: hue angle of 68.43º degrees, saturation: 0.76, 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 #DBEC73 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 115 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 68.43º | 0.76% | 0.69% | - |
| HSV(B) | 68.43º | 0.51% | 0.93% | - |
| XYZ | 62.3 | 76.29 | 27.66 | - |
| YUV | 217.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 115 | 0.07 | 0 | 0.51 | 0.07 | 68.43 | 0.76 | 0.69 |
| Hex | DB | EC | 73 | 7 | 0 | 33 | 7 | 44 | 4C | 45 |
| Octal | 333 | 354 | 163 | 7 | 0 | 63 | 7 | 104 | 114 | 105 |
| Binary | 11011011 | 11101100 | 1110011 | 111 | 0 | 110011 | 111 | 1000100 | 1001100 | 1000101 |
Color Harmonies of #DBEC73
Complementary color
Monochromatic Colors of #DBEC73
Black with #DBEC73
Text Example
Text Example
White with #DBEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC73; }
p { color: rgb(219,236,115); }
H1.HeaderClassName
{
color: #DBEC73;
}
.AnyTagClassName
{
color: #DBEC73;
}
</style>
background-color css
<style>
a { background-color: #DBEC73; }
a { background-color: rgb(219,236,115); }
div.DivClassName
{
background-color: #DBEC73;
}
.BgClassName
{
background-color: #DBEC73;
}
</style>
border-color css
<style>
span { border-color: #DBEC73; }
span { border-color: rgb(219,236,115); }
td.TdClassName
{
border-color: #DBEC73;
}
.TagClassName
{
border-color: #DBEC73;
}
</style>