Shades of Mindaro #DBE660
Tints of Mindaro #DBE660
RGB
CMYK
RGB Variations
Color information
#DBE660 (or 0xDBE660) is known color: Mindaro. HEX triplet: DB, E6 and 60. RGB value is (219,230,96). Sum of RGB (Red+Green+Blue) = 219+230+96=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE660 is #24199F. Grayscale: #D3D3D3. Windows color (decimal): -2365856 or 6350555. OLE color: 6350555.
HSL color Cylindrical-coordinate representation of color #DBE660: hue angle of 64.93º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBE660 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 96 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.10 |
| HSL | 64.93º | 0.73% | 0.64% | - |
| HSV(B) | 64.93º | 0.58% | 0.9% | - |
| XYZ | 59.62 | 72.5 | 21.92 | - |
| YUV | 211.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 96 | 0.05 | 0 | 0.58 | 0.10 | 64.93 | 0.73 | 0.64 |
| Hex | DB | E6 | 60 | 5 | 0 | 3A | A | 41 | 49 | 40 |
| Octal | 333 | 346 | 140 | 5 | 0 | 72 | 12 | 101 | 111 | 100 |
| Binary | 11011011 | 11100110 | 1100000 | 101 | 0 | 111010 | 1010 | 1000001 | 1001001 | 1000000 |
Color Harmonies of #DBE660
Complementary color
Monochromatic Colors of #DBE660
Black with #DBE660
Text Example
Text Example
White with #DBE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE660; }
p { color: rgb(219,230,96); }
H1.HeaderClassName
{
color: #DBE660;
}
.AnyTagClassName
{
color: #DBE660;
}
</style>
background-color css
<style>
a { background-color: #DBE660; }
a { background-color: rgb(219,230,96); }
div.DivClassName
{
background-color: #DBE660;
}
.BgClassName
{
background-color: #DBE660;
}
</style>
border-color css
<style>
span { border-color: #DBE660; }
span { border-color: rgb(219,230,96); }
td.TdClassName
{
border-color: #DBE660;
}
.TagClassName
{
border-color: #DBE660;
}
</style>