Shades of Mindaro #DBEC62
Tints of Mindaro #DBEC62
RGB
CMYK
RGB Variations
Color information
#DBEC62 (or 0xDBEC62) is known color: Mindaro. HEX triplet: DB, EC and 62. RGB value is (219,236,98). Sum of RGB (Red+Green+Blue) = 219+236+98=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC62 is #24139D. Grayscale: #D7D7D7. Windows color (decimal): -2364318 or 6483163. OLE color: 6483163.
HSL color Cylindrical-coordinate representation of color #DBEC62: hue angle of 67.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBEC62 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 98 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.07 |
| HSL | 67.39º | 0.78% | 0.65% | - |
| HSV(B) | 67.39º | 0.58% | 0.93% | - |
| XYZ | 61.41 | 75.93 | 22.97 | - |
| YUV | 215.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 98 | 0.07 | 0 | 0.58 | 0.07 | 67.39 | 0.78 | 0.65 |
| Hex | DB | EC | 62 | 7 | 0 | 3A | 7 | 43 | 4E | 41 |
| Octal | 333 | 354 | 142 | 7 | 0 | 72 | 7 | 103 | 116 | 101 |
| Binary | 11011011 | 11101100 | 1100010 | 111 | 0 | 111010 | 111 | 1000011 | 1001110 | 1000001 |
Color Harmonies of #DBEC62
Complementary color
Monochromatic Colors of #DBEC62
Black with #DBEC62
Text Example
Text Example
White with #DBEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC62; }
p { color: rgb(219,236,98); }
H1.HeaderClassName
{
color: #DBEC62;
}
.AnyTagClassName
{
color: #DBEC62;
}
</style>
background-color css
<style>
a { background-color: #DBEC62; }
a { background-color: rgb(219,236,98); }
div.DivClassName
{
background-color: #DBEC62;
}
.BgClassName
{
background-color: #DBEC62;
}
</style>
border-color css
<style>
span { border-color: #DBEC62; }
span { border-color: rgb(219,236,98); }
td.TdClassName
{
border-color: #DBEC62;
}
.TagClassName
{
border-color: #DBEC62;
}
</style>