Shades of Mindaro #DBF87F
Tints of Mindaro #DBF87F
RGB
CMYK
RGB Variations
Color information
#DBF87F (or 0xDBF87F) is known color: Mindaro. HEX triplet: DB, F8 and 7F. RGB value is (219,248,127). Sum of RGB (Red+Green+Blue) = 219+248+127=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF87F is #240780. Grayscale: #E1E1E1. Windows color (decimal): -2361217 or 8386779. OLE color: 8386779.
HSL color Cylindrical-coordinate representation of color #DBF87F: hue angle of 74.38º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF87F is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 127 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.03 |
| HSL | 74.38º | 0.9% | 0.74% | - |
| HSV(B) | 74.38º | 0.49% | 0.97% | - |
| XYZ | 66.61 | 83.73 | 32.73 | - |
| YUV | 225.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 127 | 0.12 | 0 | 0.49 | 0.03 | 74.38 | 0.9 | 0.74 |
| Hex | DB | F8 | 7F | C | 0 | 31 | 3 | 4A | 5A | 4A |
| Octal | 333 | 370 | 177 | 14 | 0 | 61 | 3 | 112 | 132 | 112 |
| Binary | 11011011 | 11111000 | 1111111 | 1100 | 0 | 110001 | 11 | 1001010 | 1011010 | 1001010 |
Color Harmonies of #DBF87F
Complementary color
Monochromatic Colors of #DBF87F
Black with #DBF87F
Text Example
Text Example
White with #DBF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF87F; }
p { color: rgb(219,248,127); }
H1.HeaderClassName
{
color: #DBF87F;
}
.AnyTagClassName
{
color: #DBF87F;
}
</style>
background-color css
<style>
a { background-color: #DBF87F; }
a { background-color: rgb(219,248,127); }
div.DivClassName
{
background-color: #DBF87F;
}
.BgClassName
{
background-color: #DBF87F;
}
</style>
border-color css
<style>
span { border-color: #DBF87F; }
span { border-color: rgb(219,248,127); }
td.TdClassName
{
border-color: #DBF87F;
}
.TagClassName
{
border-color: #DBF87F;
}
</style>