Shades of Mindaro #DBEC60
Tints of Mindaro #DBEC60
RGB
CMYK
RGB Variations
Color information
#DBEC60 (or 0xDBEC60) is known color: Mindaro. HEX triplet: DB, EC and 60. RGB value is (219,236,96). Sum of RGB (Red+Green+Blue) = 219+236+96=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC60 is #24139F. Grayscale: #D7D7D7. Windows color (decimal): -2364320 or 6352091. OLE color: 6352091.
HSL color Cylindrical-coordinate representation of color #DBEC60: hue angle of 67.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBEC60 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 96 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.07 |
| HSL | 67.29º | 0.79% | 0.65% | - |
| HSV(B) | 67.29º | 0.59% | 0.93% | - |
| XYZ | 61.32 | 75.9 | 22.48 | - |
| YUV | 214.96 | 60.87 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 96 | 0.07 | 0 | 0.59 | 0.07 | 67.29 | 0.79 | 0.65 |
| Hex | DB | EC | 60 | 7 | 0 | 3B | 7 | 43 | 4F | 41 |
| Octal | 333 | 354 | 140 | 7 | 0 | 73 | 7 | 103 | 117 | 101 |
| Binary | 11011011 | 11101100 | 1100000 | 111 | 0 | 111011 | 111 | 1000011 | 1001111 | 1000001 |
Color Harmonies of #DBEC60
Complementary color
Monochromatic Colors of #DBEC60
Black with #DBEC60
Text Example
Text Example
White with #DBEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC60; }
p { color: rgb(219,236,96); }
H1.HeaderClassName
{
color: #DBEC60;
}
.AnyTagClassName
{
color: #DBEC60;
}
</style>
background-color css
<style>
a { background-color: #DBEC60; }
a { background-color: rgb(219,236,96); }
div.DivClassName
{
background-color: #DBEC60;
}
.BgClassName
{
background-color: #DBEC60;
}
</style>
border-color css
<style>
span { border-color: #DBEC60; }
span { border-color: rgb(219,236,96); }
td.TdClassName
{
border-color: #DBEC60;
}
.TagClassName
{
border-color: #DBEC60;
}
</style>