Shades of Mindaro #DBEC66
Tints of Mindaro #DBEC66
RGB
CMYK
RGB Variations
Color information
#DBEC66 (or 0xDBEC66) is known color: Mindaro. HEX triplet: DB, EC and 66. RGB value is (219,236,102). Sum of RGB (Red+Green+Blue) = 219+236+102=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC66 is #241399. Grayscale: #D8D8D8. Windows color (decimal): -2364314 or 6745307. OLE color: 6745307.
HSL color Cylindrical-coordinate representation of color #DBEC66: hue angle of 67.61º 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 #DBEC66 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 102 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.61º | 0.78% | 0.66% | - |
| HSV(B) | 67.61º | 0.57% | 0.93% | - |
| XYZ | 61.61 | 76.01 | 23.99 | - |
| YUV | 215.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 102 | 0.07 | 0 | 0.57 | 0.07 | 67.61 | 0.78 | 0.66 |
| Hex | DB | EC | 66 | 7 | 0 | 39 | 7 | 44 | 4E | 42 |
| Octal | 333 | 354 | 146 | 7 | 0 | 71 | 7 | 104 | 116 | 102 |
| Binary | 11011011 | 11101100 | 1100110 | 111 | 0 | 111001 | 111 | 1000100 | 1001110 | 1000010 |
Color Harmonies of #DBEC66
Complementary color
Monochromatic Colors of #DBEC66
Black with #DBEC66
Text Example
Text Example
White with #DBEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC66; }
p { color: rgb(219,236,102); }
H1.HeaderClassName
{
color: #DBEC66;
}
.AnyTagClassName
{
color: #DBEC66;
}
</style>
background-color css
<style>
a { background-color: #DBEC66; }
a { background-color: rgb(219,236,102); }
div.DivClassName
{
background-color: #DBEC66;
}
.BgClassName
{
background-color: #DBEC66;
}
</style>
border-color css
<style>
span { border-color: #DBEC66; }
span { border-color: rgb(219,236,102); }
td.TdClassName
{
border-color: #DBEC66;
}
.TagClassName
{
border-color: #DBEC66;
}
</style>