Shades of Mindaro #DBEC7F
Tints of Mindaro #DBEC7F
RGB
CMYK
RGB Variations
Color information
#DBEC7F (or 0xDBEC7F) is known color: Mindaro. HEX triplet: DB, EC and 7F. RGB value is (219,236,127). Sum of RGB (Red+Green+Blue) = 219+236+127=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC7F is #241380. Grayscale: #DADADA. Windows color (decimal): -2364289 or 8383707. OLE color: 8383707.
HSL color Cylindrical-coordinate representation of color #DBEC7F: hue angle of 69.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBEC7F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 127 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.07 |
| HSL | 69.36º | 0.74% | 0.71% | - |
| HSV(B) | 69.36º | 0.46% | 0.93% | - |
| XYZ | 63.04 | 76.58 | 31.54 | - |
| YUV | 218.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 127 | 0.07 | 0 | 0.46 | 0.07 | 69.36 | 0.74 | 0.71 |
| Hex | DB | EC | 7F | 7 | 0 | 2E | 7 | 45 | 4A | 47 |
| Octal | 333 | 354 | 177 | 7 | 0 | 56 | 7 | 105 | 112 | 107 |
| Binary | 11011011 | 11101100 | 1111111 | 111 | 0 | 101110 | 111 | 1000101 | 1001010 | 1000111 |
Color Harmonies of #DBEC7F
Complementary color
Monochromatic Colors of #DBEC7F
Black with #DBEC7F
Text Example
Text Example
White with #DBEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC7F; }
p { color: rgb(219,236,127); }
H1.HeaderClassName
{
color: #DBEC7F;
}
.AnyTagClassName
{
color: #DBEC7F;
}
</style>
background-color css
<style>
a { background-color: #DBEC7F; }
a { background-color: rgb(219,236,127); }
div.DivClassName
{
background-color: #DBEC7F;
}
.BgClassName
{
background-color: #DBEC7F;
}
</style>
border-color css
<style>
span { border-color: #DBEC7F; }
span { border-color: rgb(219,236,127); }
td.TdClassName
{
border-color: #DBEC7F;
}
.TagClassName
{
border-color: #DBEC7F;
}
</style>