Shades of Mindaro #DBF05F
Tints of Mindaro #DBF05F
RGB
CMYK
RGB Variations
Color information
#DBF05F (or 0xDBF05F) is known color: Mindaro. HEX triplet: DB, F0 and 5F. RGB value is (219,240,95). Sum of RGB (Red+Green+Blue) = 219+240+95=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF05F is #240FA0. Grayscale: #D9D9D9. Windows color (decimal): -2363297 or 6287579. OLE color: 6287579.
HSL color Cylindrical-coordinate representation of color #DBF05F: hue angle of 68.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF05F is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 95 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.06 |
| HSL | 68.69º | 0.83% | 0.66% | - |
| HSV(B) | 68.69º | 0.6% | 0.94% | - |
| XYZ | 62.44 | 78.21 | 22.63 | - |
| YUV | 217.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 95 | 0.09 | 0 | 0.60 | 0.06 | 68.69 | 0.83 | 0.66 |
| Hex | DB | F0 | 5F | 9 | 0 | 3C | 6 | 45 | 53 | 42 |
| Octal | 333 | 360 | 137 | 11 | 0 | 74 | 6 | 105 | 123 | 102 |
| Binary | 11011011 | 11110000 | 1011111 | 1001 | 0 | 111100 | 110 | 1000101 | 1010011 | 1000010 |
Color Harmonies of #DBF05F
Complementary color
Monochromatic Colors of #DBF05F
Black with #DBF05F
Text Example
Text Example
White with #DBF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF05F; }
p { color: rgb(219,240,95); }
H1.HeaderClassName
{
color: #DBF05F;
}
.AnyTagClassName
{
color: #DBF05F;
}
</style>
background-color css
<style>
a { background-color: #DBF05F; }
a { background-color: rgb(219,240,95); }
div.DivClassName
{
background-color: #DBF05F;
}
.BgClassName
{
background-color: #DBF05F;
}
</style>
border-color css
<style>
span { border-color: #DBF05F; }
span { border-color: rgb(219,240,95); }
td.TdClassName
{
border-color: #DBF05F;
}
.TagClassName
{
border-color: #DBF05F;
}
</style>