Shades of Mindaro #DBEC70
Tints of Mindaro #DBEC70
RGB
CMYK
RGB Variations
Color information
#DBEC70 (or 0xDBEC70) is known color: Mindaro. HEX triplet: DB, EC and 70. RGB value is (219,236,112). Sum of RGB (Red+Green+Blue) = 219+236+112=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC70 is #24138F. Grayscale: #D9D9D9. Windows color (decimal): -2364304 or 7400667. OLE color: 7400667.
HSL color Cylindrical-coordinate representation of color #DBEC70: hue angle of 68.23º 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 #DBEC70 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 112 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.07 |
| HSL | 68.23º | 0.77% | 0.68% | - |
| HSV(B) | 68.23º | 0.53% | 0.93% | - |
| XYZ | 62.13 | 76.22 | 26.77 | - |
| YUV | 216.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 112 | 0.07 | 0 | 0.53 | 0.07 | 68.23 | 0.77 | 0.68 |
| Hex | DB | EC | 70 | 7 | 0 | 35 | 7 | 44 | 4D | 44 |
| Octal | 333 | 354 | 160 | 7 | 0 | 65 | 7 | 104 | 115 | 104 |
| Binary | 11011011 | 11101100 | 1110000 | 111 | 0 | 110101 | 111 | 1000100 | 1001101 | 1000100 |
Color Harmonies of #DBEC70
Complementary color
Monochromatic Colors of #DBEC70
Black with #DBEC70
Text Example
Text Example
White with #DBEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC70; }
p { color: rgb(219,236,112); }
H1.HeaderClassName
{
color: #DBEC70;
}
.AnyTagClassName
{
color: #DBEC70;
}
</style>
background-color css
<style>
a { background-color: #DBEC70; }
a { background-color: rgb(219,236,112); }
div.DivClassName
{
background-color: #DBEC70;
}
.BgClassName
{
background-color: #DBEC70;
}
</style>
border-color css
<style>
span { border-color: #DBEC70; }
span { border-color: rgb(219,236,112); }
td.TdClassName
{
border-color: #DBEC70;
}
.TagClassName
{
border-color: #DBEC70;
}
</style>