Shades of Mindaro #DBEC6F
Tints of Mindaro #DBEC6F
RGB
CMYK
RGB Variations
Color information
#DBEC6F (or 0xDBEC6F) is known color: Mindaro. HEX triplet: DB, EC and 6F. RGB value is (219,236,111). Sum of RGB (Red+Green+Blue) = 219+236+111=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC6F is #241390. Grayscale: #D9D9D9. Windows color (decimal): -2364305 or 7335131. OLE color: 7335131.
HSL color Cylindrical-coordinate representation of color #DBEC6F: hue angle of 68.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBEC6F is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 111 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.07 |
| HSL | 68.16º | 0.77% | 0.68% | - |
| HSV(B) | 68.16º | 0.53% | 0.93% | - |
| XYZ | 62.08 | 76.2 | 26.47 | - |
| YUV | 216.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 111 | 0.07 | 0 | 0.53 | 0.07 | 68.16 | 0.77 | 0.68 |
| Hex | DB | EC | 6F | 7 | 0 | 35 | 7 | 44 | 4D | 44 |
| Octal | 333 | 354 | 157 | 7 | 0 | 65 | 7 | 104 | 115 | 104 |
| Binary | 11011011 | 11101100 | 1101111 | 111 | 0 | 110101 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DBEC6F
Complementary color
Monochromatic Colors of #DBEC6F
Black with #DBEC6F
Text Example
Text Example
White with #DBEC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC6F; }
p { color: rgb(219,236,111); }
H1.HeaderClassName
{
color: #DBEC6F;
}
.AnyTagClassName
{
color: #DBEC6F;
}
</style>
background-color css
<style>
a { background-color: #DBEC6F; }
a { background-color: rgb(219,236,111); }
div.DivClassName
{
background-color: #DBEC6F;
}
.BgClassName
{
background-color: #DBEC6F;
}
</style>
border-color css
<style>
span { border-color: #DBEC6F; }
span { border-color: rgb(219,236,111); }
td.TdClassName
{
border-color: #DBEC6F;
}
.TagClassName
{
border-color: #DBEC6F;
}
</style>