Shades of Mindaro #DBF75D
Tints of Mindaro #DBF75D
RGB
CMYK
RGB Variations
Color information
#DBF75D (or 0xDBF75D) is known color: Mindaro. HEX triplet: DB, F7 and 5D. RGB value is (219,247,93). Sum of RGB (Red+Green+Blue) = 219+247+93=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF75D is #2408A2. Grayscale: #DDDDDD. Windows color (decimal): -2361507 or 6158299. OLE color: 6158299.
HSL color Cylindrical-coordinate representation of color #DBF75D: hue angle of 70.91º 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 #DBF75D is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 93 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.03 |
| HSL | 70.91º | 0.91% | 0.67% | - |
| HSV(B) | 70.91º | 0.62% | 0.97% | - |
| XYZ | 64.45 | 82.37 | 22.86 | - |
| YUV | 221.07 | 55.72 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 93 | 0.11 | 0 | 0.62 | 0.03 | 70.91 | 0.91 | 0.67 |
| Hex | DB | F7 | 5D | B | 0 | 3E | 3 | 47 | 5B | 43 |
| Octal | 333 | 367 | 135 | 13 | 0 | 76 | 3 | 107 | 133 | 103 |
| Binary | 11011011 | 11110111 | 1011101 | 1011 | 0 | 111110 | 11 | 1000111 | 1011011 | 1000011 |
Color Harmonies of #DBF75D
Complementary color
Monochromatic Colors of #DBF75D
Black with #DBF75D
Text Example
Text Example
White with #DBF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF75D; }
p { color: rgb(219,247,93); }
H1.HeaderClassName
{
color: #DBF75D;
}
.AnyTagClassName
{
color: #DBF75D;
}
</style>
background-color css
<style>
a { background-color: #DBF75D; }
a { background-color: rgb(219,247,93); }
div.DivClassName
{
background-color: #DBF75D;
}
.BgClassName
{
background-color: #DBF75D;
}
</style>
border-color css
<style>
span { border-color: #DBF75D; }
span { border-color: rgb(219,247,93); }
td.TdClassName
{
border-color: #DBF75D;
}
.TagClassName
{
border-color: #DBF75D;
}
</style>