Shades of Mindaro #DBEC6E
Tints of Mindaro #DBEC6E
RGB
CMYK
RGB Variations
Color information
#DBEC6E (or 0xDBEC6E) is known color: Mindaro. HEX triplet: DB, EC and 6E. RGB value is (219,236,110). Sum of RGB (Red+Green+Blue) = 219+236+110=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC6E is #241391. Grayscale: #D9D9D9. Windows color (decimal): -2364306 or 7269595. OLE color: 7269595.
HSL color Cylindrical-coordinate representation of color #DBEC6E: hue angle of 68.1º 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 #DBEC6E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 110 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.07 |
| HSL | 68.1º | 0.77% | 0.68% | - |
| HSV(B) | 68.1º | 0.53% | 0.93% | - |
| XYZ | 62.02 | 76.18 | 26.19 | - |
| YUV | 216.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 110 | 0.07 | 0 | 0.53 | 0.07 | 68.1 | 0.77 | 0.68 |
| Hex | DB | EC | 6E | 7 | 0 | 35 | 7 | 44 | 4D | 44 |
| Octal | 333 | 354 | 156 | 7 | 0 | 65 | 7 | 104 | 115 | 104 |
| Binary | 11011011 | 11101100 | 1101110 | 111 | 0 | 110101 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DBEC6E
Complementary color
Monochromatic Colors of #DBEC6E
Black with #DBEC6E
Text Example
Text Example
White with #DBEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC6E; }
p { color: rgb(219,236,110); }
H1.HeaderClassName
{
color: #DBEC6E;
}
.AnyTagClassName
{
color: #DBEC6E;
}
</style>
background-color css
<style>
a { background-color: #DBEC6E; }
a { background-color: rgb(219,236,110); }
div.DivClassName
{
background-color: #DBEC6E;
}
.BgClassName
{
background-color: #DBEC6E;
}
</style>
border-color css
<style>
span { border-color: #DBEC6E; }
span { border-color: rgb(219,236,110); }
td.TdClassName
{
border-color: #DBEC6E;
}
.TagClassName
{
border-color: #DBEC6E;
}
</style>