Shades of Mindaro #DBF087
Tints of Mindaro #DBF087
RGB
CMYK
RGB Variations
Color information
#DBF087 (or 0xDBF087) is known color: Mindaro. HEX triplet: DB, F0 and 87. RGB value is (219,240,135). Sum of RGB (Red+Green+Blue) = 219+240+135=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 135 (53.12% from 255 or 22.73% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF087 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF087 is #240F78. Grayscale: #DEDEDE. Windows color (decimal): -2363257 or 8909019. OLE color: 8909019.
HSL color Cylindrical-coordinate representation of color #DBF087: hue angle of 72º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF087 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 135 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.06 |
| HSL | 72º | 0.78% | 0.74% | - |
| HSV(B) | 72º | 0.44% | 0.94% | - |
| XYZ | 64.75 | 79.13 | 34.78 | - |
| YUV | 221.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 135 | 0.09 | 0 | 0.44 | 0.06 | 72 | 0.78 | 0.74 |
| Hex | DB | F0 | 87 | 9 | 0 | 2C | 6 | 48 | 4E | 4A |
| Octal | 333 | 360 | 207 | 11 | 0 | 54 | 6 | 110 | 116 | 112 |
| Binary | 11011011 | 11110000 | 10000111 | 1001 | 0 | 101100 | 110 | 1001000 | 1001110 | 1001010 |
Color Harmonies of #DBF087
Complementary color
Monochromatic Colors of #DBF087
Black with #DBF087
Text Example
Text Example
White with #DBF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF087; }
p { color: rgb(219,240,135); }
H1.HeaderClassName
{
color: #DBF087;
}
.AnyTagClassName
{
color: #DBF087;
}
</style>
background-color css
<style>
a { background-color: #DBF087; }
a { background-color: rgb(219,240,135); }
div.DivClassName
{
background-color: #DBF087;
}
.BgClassName
{
background-color: #DBF087;
}
</style>
border-color css
<style>
span { border-color: #DBF087; }
span { border-color: rgb(219,240,135); }
td.TdClassName
{
border-color: #DBF087;
}
.TagClassName
{
border-color: #DBF087;
}
</style>