Shades of Mindaro #DBEC75
Tints of Mindaro #DBEC75
RGB
CMYK
RGB Variations
Color information
#DBEC75 (or 0xDBEC75) is known color: Mindaro. HEX triplet: DB, EC and 75. RGB value is (219,236,117). Sum of RGB (Red+Green+Blue) = 219+236+117=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC75 is #24138A. Grayscale: #D9D9D9. Windows color (decimal): -2364299 or 7728347. OLE color: 7728347.
HSL color Cylindrical-coordinate representation of color #DBEC75: hue angle of 68.57º 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 #DBEC75 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 117 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.07 |
| HSL | 68.57º | 0.76% | 0.69% | - |
| HSV(B) | 68.57º | 0.5% | 0.93% | - |
| XYZ | 62.42 | 76.34 | 28.27 | - |
| YUV | 217.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 117 | 0.07 | 0 | 0.50 | 0.07 | 68.57 | 0.76 | 0.69 |
| Hex | DB | EC | 75 | 7 | 0 | 32 | 7 | 45 | 4C | 45 |
| Octal | 333 | 354 | 165 | 7 | 0 | 62 | 7 | 105 | 114 | 105 |
| Binary | 11011011 | 11101100 | 1110101 | 111 | 0 | 110010 | 111 | 1000101 | 1001100 | 1000101 |
Color Harmonies of #DBEC75
Complementary color
Monochromatic Colors of #DBEC75
Black with #DBEC75
Text Example
Text Example
White with #DBEC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC75; }
p { color: rgb(219,236,117); }
H1.HeaderClassName
{
color: #DBEC75;
}
.AnyTagClassName
{
color: #DBEC75;
}
</style>
background-color css
<style>
a { background-color: #DBEC75; }
a { background-color: rgb(219,236,117); }
div.DivClassName
{
background-color: #DBEC75;
}
.BgClassName
{
background-color: #DBEC75;
}
</style>
border-color css
<style>
span { border-color: #DBEC75; }
span { border-color: rgb(219,236,117); }
td.TdClassName
{
border-color: #DBEC75;
}
.TagClassName
{
border-color: #DBEC75;
}
</style>