Shades of Mindaro #DBEC6D
Tints of Mindaro #DBEC6D
RGB
CMYK
RGB Variations
Color information
#DBEC6D (or 0xDBEC6D) is known color: Mindaro. HEX triplet: DB, EC and 6D. RGB value is (219,236,109). Sum of RGB (Red+Green+Blue) = 219+236+109=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC6D is #241392. Grayscale: #D8D8D8. Windows color (decimal): -2364307 or 7204059. OLE color: 7204059.
HSL color Cylindrical-coordinate representation of color #DBEC6D: hue angle of 68.03º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBEC6D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 109 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.07 |
| HSL | 68.03º | 0.77% | 0.68% | - |
| HSV(B) | 68.03º | 0.54% | 0.93% | - |
| XYZ | 61.97 | 76.16 | 25.9 | - |
| YUV | 216.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 109 | 0.07 | 0 | 0.54 | 0.07 | 68.03 | 0.77 | 0.68 |
| Hex | DB | EC | 6D | 7 | 0 | 36 | 7 | 44 | 4D | 44 |
| Octal | 333 | 354 | 155 | 7 | 0 | 66 | 7 | 104 | 115 | 104 |
| Binary | 11011011 | 11101100 | 1101101 | 111 | 0 | 110110 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DBEC6D
Complementary color
Monochromatic Colors of #DBEC6D
Black with #DBEC6D
Text Example
Text Example
White with #DBEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC6D; }
p { color: rgb(219,236,109); }
H1.HeaderClassName
{
color: #DBEC6D;
}
.AnyTagClassName
{
color: #DBEC6D;
}
</style>
background-color css
<style>
a { background-color: #DBEC6D; }
a { background-color: rgb(219,236,109); }
div.DivClassName
{
background-color: #DBEC6D;
}
.BgClassName
{
background-color: #DBEC6D;
}
</style>
border-color css
<style>
span { border-color: #DBEC6D; }
span { border-color: rgb(219,236,109); }
td.TdClassName
{
border-color: #DBEC6D;
}
.TagClassName
{
border-color: #DBEC6D;
}
</style>