Shades of Mindaro #DBEC76
Tints of Mindaro #DBEC76
RGB
CMYK
RGB Variations
Color information
#DBEC76 (or 0xDBEC76) is known color: Mindaro. HEX triplet: DB, EC and 76. RGB value is (219,236,118). Sum of RGB (Red+Green+Blue) = 219+236+118=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC76 is #241389. Grayscale: #D9D9D9. Windows color (decimal): -2364298 or 7793883. OLE color: 7793883.
HSL color Cylindrical-coordinate representation of color #DBEC76: hue angle of 68.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBEC76 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 118 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.07 |
| HSL | 68.64º | 0.76% | 0.69% | - |
| HSV(B) | 68.64º | 0.5% | 0.93% | - |
| XYZ | 62.48 | 76.36 | 28.59 | - |
| YUV | 217.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 118 | 0.07 | 0 | 0.5 | 0.07 | 68.64 | 0.76 | 0.69 |
| Hex | DB | EC | 76 | 7 | 0 | 32 | 7 | 45 | 4C | 45 |
| Octal | 333 | 354 | 166 | 7 | 0 | 62 | 7 | 105 | 114 | 105 |
| Binary | 11011011 | 11101100 | 1110110 | 111 | 0 | 110010 | 111 | 1000101 | 1001100 | 1000101 |
Color Harmonies of #DBEC76
Complementary color
Monochromatic Colors of #DBEC76
Black with #DBEC76
Text Example
Text Example
White with #DBEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC76; }
p { color: rgb(219,236,118); }
H1.HeaderClassName
{
color: #DBEC76;
}
.AnyTagClassName
{
color: #DBEC76;
}
</style>
background-color css
<style>
a { background-color: #DBEC76; }
a { background-color: rgb(219,236,118); }
div.DivClassName
{
background-color: #DBEC76;
}
.BgClassName
{
background-color: #DBEC76;
}
</style>
border-color css
<style>
span { border-color: #DBEC76; }
span { border-color: rgb(219,236,118); }
td.TdClassName
{
border-color: #DBEC76;
}
.TagClassName
{
border-color: #DBEC76;
}
</style>