Shades of Mindaro #DBF87D
Tints of Mindaro #DBF87D
RGB
CMYK
RGB Variations
Color information
#DBF87D (or 0xDBF87D) is known color: Mindaro. HEX triplet: DB, F8 and 7D. RGB value is (219,248,125). Sum of RGB (Red+Green+Blue) = 219+248+125=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF87D is #240782. Grayscale: #E1E1E1. Windows color (decimal): -2361219 or 8255707. OLE color: 8255707.
HSL color Cylindrical-coordinate representation of color #DBF87D: hue angle of 74.15º 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 #DBF87D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 125 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.03 |
| HSL | 74.15º | 0.9% | 0.73% | - |
| HSV(B) | 74.15º | 0.5% | 0.97% | - |
| XYZ | 66.48 | 83.68 | 32.05 | - |
| YUV | 225.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 125 | 0.12 | 0 | 0.50 | 0.03 | 74.15 | 0.9 | 0.73 |
| Hex | DB | F8 | 7D | C | 0 | 32 | 3 | 4A | 5A | 49 |
| Octal | 333 | 370 | 175 | 14 | 0 | 62 | 3 | 112 | 132 | 111 |
| Binary | 11011011 | 11111000 | 1111101 | 1100 | 0 | 110010 | 11 | 1001010 | 1011010 | 1001001 |
Color Harmonies of #DBF87D
Complementary color
Monochromatic Colors of #DBF87D
Black with #DBF87D
Text Example
Text Example
White with #DBF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF87D; }
p { color: rgb(219,248,125); }
H1.HeaderClassName
{
color: #DBF87D;
}
.AnyTagClassName
{
color: #DBF87D;
}
</style>
background-color css
<style>
a { background-color: #DBF87D; }
a { background-color: rgb(219,248,125); }
div.DivClassName
{
background-color: #DBF87D;
}
.BgClassName
{
background-color: #DBF87D;
}
</style>
border-color css
<style>
span { border-color: #DBF87D; }
span { border-color: rgb(219,248,125); }
td.TdClassName
{
border-color: #DBF87D;
}
.TagClassName
{
border-color: #DBF87D;
}
</style>