Shades of Mindaro #DBF75E
Tints of Mindaro #DBF75E
RGB
CMYK
RGB Variations
Color information
#DBF75E (or 0xDBF75E) is known color: Mindaro. HEX triplet: DB, F7 and 5E. RGB value is (219,247,94). Sum of RGB (Red+Green+Blue) = 219+247+94=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF75E is #2408A1. Grayscale: #DDDDDD. Windows color (decimal): -2361506 or 6223835. OLE color: 6223835.
HSL color Cylindrical-coordinate representation of color #DBF75E: hue angle of 70.98º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBF75E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 94 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.03 |
| HSL | 70.98º | 0.91% | 0.67% | - |
| HSV(B) | 70.98º | 0.62% | 0.97% | - |
| XYZ | 64.49 | 82.39 | 23.09 | - |
| YUV | 221.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 94 | 0.11 | 0 | 0.62 | 0.03 | 70.98 | 0.91 | 0.67 |
| Hex | DB | F7 | 5E | B | 0 | 3E | 3 | 47 | 5B | 43 |
| Octal | 333 | 367 | 136 | 13 | 0 | 76 | 3 | 107 | 133 | 103 |
| Binary | 11011011 | 11110111 | 1011110 | 1011 | 0 | 111110 | 11 | 1000111 | 1011011 | 1000011 |
Color Harmonies of #DBF75E
Complementary color
Monochromatic Colors of #DBF75E
Black with #DBF75E
Text Example
Text Example
White with #DBF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF75E; }
p { color: rgb(219,247,94); }
H1.HeaderClassName
{
color: #DBF75E;
}
.AnyTagClassName
{
color: #DBF75E;
}
</style>
background-color css
<style>
a { background-color: #DBF75E; }
a { background-color: rgb(219,247,94); }
div.DivClassName
{
background-color: #DBF75E;
}
.BgClassName
{
background-color: #DBF75E;
}
</style>
border-color css
<style>
span { border-color: #DBF75E; }
span { border-color: rgb(219,247,94); }
td.TdClassName
{
border-color: #DBF75E;
}
.TagClassName
{
border-color: #DBF75E;
}
</style>