Shades of Mindaro #DBF87C
Tints of Mindaro #DBF87C
RGB
CMYK
RGB Variations
Color information
#DBF87C (or 0xDBF87C) is known color: Mindaro. HEX triplet: DB, F8 and 7C. RGB value is (219,248,124). Sum of RGB (Red+Green+Blue) = 219+248+124=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF87C is #240783. Grayscale: #E1E1E1. Windows color (decimal): -2361220 or 8190171. OLE color: 8190171.
HSL color Cylindrical-coordinate representation of color #DBF87C: hue angle of 74.03º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF87C is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 124 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.03 |
| HSL | 74.03º | 0.9% | 0.73% | - |
| HSV(B) | 74.03º | 0.5% | 0.97% | - |
| XYZ | 66.42 | 83.65 | 31.71 | - |
| YUV | 225.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 124 | 0.12 | 0 | 0.5 | 0.03 | 74.03 | 0.9 | 0.73 |
| Hex | DB | F8 | 7C | C | 0 | 32 | 3 | 4A | 5A | 49 |
| Octal | 333 | 370 | 174 | 14 | 0 | 62 | 3 | 112 | 132 | 111 |
| Binary | 11011011 | 11111000 | 1111100 | 1100 | 0 | 110010 | 11 | 1001010 | 1011010 | 1001001 |
Color Harmonies of #DBF87C
Complementary color
Monochromatic Colors of #DBF87C
Black with #DBF87C
Text Example
Text Example
White with #DBF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF87C; }
p { color: rgb(219,248,124); }
H1.HeaderClassName
{
color: #DBF87C;
}
.AnyTagClassName
{
color: #DBF87C;
}
</style>
background-color css
<style>
a { background-color: #DBF87C; }
a { background-color: rgb(219,248,124); }
div.DivClassName
{
background-color: #DBF87C;
}
.BgClassName
{
background-color: #DBF87C;
}
</style>
border-color css
<style>
span { border-color: #DBF87C; }
span { border-color: rgb(219,248,124); }
td.TdClassName
{
border-color: #DBF87C;
}
.TagClassName
{
border-color: #DBF87C;
}
</style>