Shades of Mindaro #DBF086
Tints of Mindaro #DBF086
RGB
CMYK
RGB Variations
Color information
#DBF086 (or 0xDBF086) is known color: Mindaro. HEX triplet: DB, F0 and 86. RGB value is (219,240,134). Sum of RGB (Red+Green+Blue) = 219+240+134=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF086 is #240F79. Grayscale: #DEDEDE. Windows color (decimal): -2363258 or 8843483. OLE color: 8843483.
HSL color Cylindrical-coordinate representation of color #DBF086: hue angle of 71.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF086 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 134 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.06 |
| HSL | 71.89º | 0.78% | 0.73% | - |
| HSV(B) | 71.89º | 0.44% | 0.94% | - |
| XYZ | 64.68 | 79.1 | 34.41 | - |
| YUV | 221.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 134 | 0.09 | 0 | 0.44 | 0.06 | 71.89 | 0.78 | 0.73 |
| Hex | DB | F0 | 86 | 9 | 0 | 2C | 6 | 48 | 4E | 49 |
| Octal | 333 | 360 | 206 | 11 | 0 | 54 | 6 | 110 | 116 | 111 |
| Binary | 11011011 | 11110000 | 10000110 | 1001 | 0 | 101100 | 110 | 1001000 | 1001110 | 1001001 |
Color Harmonies of #DBF086
Complementary color
Monochromatic Colors of #DBF086
Black with #DBF086
Text Example
Text Example
White with #DBF086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF086; }
p { color: rgb(219,240,134); }
H1.HeaderClassName
{
color: #DBF086;
}
.AnyTagClassName
{
color: #DBF086;
}
</style>
background-color css
<style>
a { background-color: #DBF086; }
a { background-color: rgb(219,240,134); }
div.DivClassName
{
background-color: #DBF086;
}
.BgClassName
{
background-color: #DBF086;
}
</style>
border-color css
<style>
span { border-color: #DBF086; }
span { border-color: rgb(219,240,134); }
td.TdClassName
{
border-color: #DBF086;
}
.TagClassName
{
border-color: #DBF086;
}
</style>