Shades of Mindaro #DBF55F
Tints of Mindaro #DBF55F
RGB
CMYK
RGB Variations
Color information
#DBF55F (or 0xDBF55F) is known color: Mindaro. HEX triplet: DB, F5 and 5F. RGB value is (219,245,95). Sum of RGB (Red+Green+Blue) = 219+245+95=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF55F is #240AA0. Grayscale: #DCDCDC. Windows color (decimal): -2362017 or 6288859. OLE color: 6288859.
HSL color Cylindrical-coordinate representation of color #DBF55F: hue angle of 70.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF55F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 95 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.4º | 0.88% | 0.67% | - |
| HSV(B) | 70.4º | 0.61% | 0.96% | - |
| XYZ | 63.93 | 81.19 | 23.13 | - |
| YUV | 220.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 95 | 0.11 | 0 | 0.61 | 0.04 | 70.4 | 0.88 | 0.67 |
| Hex | DB | F5 | 5F | B | 0 | 3D | 4 | 46 | 58 | 43 |
| Octal | 333 | 365 | 137 | 13 | 0 | 75 | 4 | 106 | 130 | 103 |
| Binary | 11011011 | 11110101 | 1011111 | 1011 | 0 | 111101 | 100 | 1000110 | 1011000 | 1000011 |
Color Harmonies of #DBF55F
Complementary color
Monochromatic Colors of #DBF55F
Black with #DBF55F
Text Example
Text Example
White with #DBF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF55F; }
p { color: rgb(219,245,95); }
H1.HeaderClassName
{
color: #DBF55F;
}
.AnyTagClassName
{
color: #DBF55F;
}
</style>
background-color css
<style>
a { background-color: #DBF55F; }
a { background-color: rgb(219,245,95); }
div.DivClassName
{
background-color: #DBF55F;
}
.BgClassName
{
background-color: #DBF55F;
}
</style>
border-color css
<style>
span { border-color: #DBF55F; }
span { border-color: rgb(219,245,95); }
td.TdClassName
{
border-color: #DBF55F;
}
.TagClassName
{
border-color: #DBF55F;
}
</style>