Shades of Mindaro #DBEC64
Tints of Mindaro #DBEC64
RGB
CMYK
RGB Variations
Color information
#DBEC64 (or 0xDBEC64) is known color: Mindaro. HEX triplet: DB, EC and 64. RGB value is (219,236,100). Sum of RGB (Red+Green+Blue) = 219+236+100=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC64 is #24139B. Grayscale: #D7D7D7. Windows color (decimal): -2364316 or 6614235. OLE color: 6614235.
HSL color Cylindrical-coordinate representation of color #DBEC64: hue angle of 67.5º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBEC64 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 100 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.07 |
| HSL | 67.5º | 0.78% | 0.66% | - |
| HSV(B) | 67.5º | 0.58% | 0.93% | - |
| XYZ | 61.51 | 75.97 | 23.48 | - |
| YUV | 215.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 100 | 0.07 | 0 | 0.58 | 0.07 | 67.5 | 0.78 | 0.66 |
| Hex | DB | EC | 64 | 7 | 0 | 3A | 7 | 44 | 4E | 42 |
| Octal | 333 | 354 | 144 | 7 | 0 | 72 | 7 | 104 | 116 | 102 |
| Binary | 11011011 | 11101100 | 1100100 | 111 | 0 | 111010 | 111 | 1000100 | 1001110 | 1000010 |
Color Harmonies of #DBEC64
Complementary color
Monochromatic Colors of #DBEC64
Black with #DBEC64
Text Example
Text Example
White with #DBEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC64; }
p { color: rgb(219,236,100); }
H1.HeaderClassName
{
color: #DBEC64;
}
.AnyTagClassName
{
color: #DBEC64;
}
</style>
background-color css
<style>
a { background-color: #DBEC64; }
a { background-color: rgb(219,236,100); }
div.DivClassName
{
background-color: #DBEC64;
}
.BgClassName
{
background-color: #DBEC64;
}
</style>
border-color css
<style>
span { border-color: #DBEC64; }
span { border-color: rgb(219,236,100); }
td.TdClassName
{
border-color: #DBEC64;
}
.TagClassName
{
border-color: #DBEC64;
}
</style>