Shades of Mindaro #DBF660
Tints of Mindaro #DBF660
RGB
CMYK
RGB Variations
Color information
#DBF660 (or 0xDBF660) is known color: Mindaro. HEX triplet: DB, F6 and 60. RGB value is (219,246,96). Sum of RGB (Red+Green+Blue) = 219+246+96=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF660 is #24099F. Grayscale: #DDDDDD. Windows color (decimal): -2361760 or 6354651. OLE color: 6354651.
HSL color Cylindrical-coordinate representation of color #DBF660: hue angle of 70.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF660 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 96 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.8º | 0.89% | 0.67% | - |
| HSV(B) | 70.8º | 0.61% | 0.96% | - |
| XYZ | 64.28 | 81.82 | 23.47 | - |
| YUV | 220.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 96 | 0.11 | 0 | 0.61 | 0.04 | 70.8 | 0.89 | 0.67 |
| Hex | DB | F6 | 60 | B | 0 | 3D | 4 | 47 | 59 | 43 |
| Octal | 333 | 366 | 140 | 13 | 0 | 75 | 4 | 107 | 131 | 103 |
| Binary | 11011011 | 11110110 | 1100000 | 1011 | 0 | 111101 | 100 | 1000111 | 1011001 | 1000011 |
Color Harmonies of #DBF660
Complementary color
Monochromatic Colors of #DBF660
Black with #DBF660
Text Example
Text Example
White with #DBF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF660; }
p { color: rgb(219,246,96); }
H1.HeaderClassName
{
color: #DBF660;
}
.AnyTagClassName
{
color: #DBF660;
}
</style>
background-color css
<style>
a { background-color: #DBF660; }
a { background-color: rgb(219,246,96); }
div.DivClassName
{
background-color: #DBF660;
}
.BgClassName
{
background-color: #DBF660;
}
</style>
border-color css
<style>
span { border-color: #DBF660; }
span { border-color: rgb(219,246,96); }
td.TdClassName
{
border-color: #DBF660;
}
.TagClassName
{
border-color: #DBF660;
}
</style>