Shades of Mindaro #DBEC65
Tints of Mindaro #DBEC65
RGB
CMYK
RGB Variations
Color information
#DBEC65 (or 0xDBEC65) is known color: Mindaro. HEX triplet: DB, EC and 65. RGB value is (219,236,101). Sum of RGB (Red+Green+Blue) = 219+236+101=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC65 is #24139A. Grayscale: #D8D8D8. Windows color (decimal): -2364315 or 6679771. OLE color: 6679771.
HSL color Cylindrical-coordinate representation of color #DBEC65: hue angle of 67.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBEC65 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 101 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.56º | 0.78% | 0.66% | - |
| HSV(B) | 67.56º | 0.57% | 0.93% | - |
| XYZ | 61.56 | 75.99 | 23.74 | - |
| YUV | 215.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 101 | 0.07 | 0 | 0.57 | 0.07 | 67.56 | 0.78 | 0.66 |
| Hex | DB | EC | 65 | 7 | 0 | 39 | 7 | 44 | 4E | 42 |
| Octal | 333 | 354 | 145 | 7 | 0 | 71 | 7 | 104 | 116 | 102 |
| Binary | 11011011 | 11101100 | 1100101 | 111 | 0 | 111001 | 111 | 1000100 | 1001110 | 1000010 |
Color Harmonies of #DBEC65
Complementary color
Monochromatic Colors of #DBEC65
Black with #DBEC65
Text Example
Text Example
White with #DBEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC65; }
p { color: rgb(219,236,101); }
H1.HeaderClassName
{
color: #DBEC65;
}
.AnyTagClassName
{
color: #DBEC65;
}
</style>
background-color css
<style>
a { background-color: #DBEC65; }
a { background-color: rgb(219,236,101); }
div.DivClassName
{
background-color: #DBEC65;
}
.BgClassName
{
background-color: #DBEC65;
}
</style>
border-color css
<style>
span { border-color: #DBEC65; }
span { border-color: rgb(219,236,101); }
td.TdClassName
{
border-color: #DBEC65;
}
.TagClassName
{
border-color: #DBEC65;
}
</style>