Shades of Mindaro #DBFA5E
Tints of Mindaro #DBFA5E
RGB
CMYK
RGB Variations
Color information
#DBFA5E (or 0xDBFA5E) is known color: Mindaro. HEX triplet: DB, FA and 5E. RGB value is (219,250,94). Sum of RGB (Red+Green+Blue) = 219+250+94=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA5E is #2405A1. Grayscale: #DFDFDF. Windows color (decimal): -2360738 or 6224603. OLE color: 6224603.
HSL color Cylindrical-coordinate representation of color #DBFA5E: hue angle of 71.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBFA5E is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 94 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.02 |
| HSL | 71.92º | 0.94% | 0.67% | - |
| HSV(B) | 71.92º | 0.62% | 0.98% | - |
| XYZ | 65.42 | 84.24 | 23.4 | - |
| YUV | 222.95 | 55.23 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 94 | 0.12 | 0 | 0.62 | 0.02 | 71.92 | 0.94 | 0.67 |
| Hex | DB | FA | 5E | C | 0 | 3E | 2 | 48 | 5E | 43 |
| Octal | 333 | 372 | 136 | 14 | 0 | 76 | 2 | 110 | 136 | 103 |
| Binary | 11011011 | 11111010 | 1011110 | 1100 | 0 | 111110 | 10 | 1001000 | 1011110 | 1000011 |
Color Harmonies of #DBFA5E
Complementary color
Monochromatic Colors of #DBFA5E
Black with #DBFA5E
Text Example
Text Example
White with #DBFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA5E; }
p { color: rgb(219,250,94); }
H1.HeaderClassName
{
color: #DBFA5E;
}
.AnyTagClassName
{
color: #DBFA5E;
}
</style>
background-color css
<style>
a { background-color: #DBFA5E; }
a { background-color: rgb(219,250,94); }
div.DivClassName
{
background-color: #DBFA5E;
}
.BgClassName
{
background-color: #DBFA5E;
}
</style>
border-color css
<style>
span { border-color: #DBFA5E; }
span { border-color: rgb(219,250,94); }
td.TdClassName
{
border-color: #DBFA5E;
}
.TagClassName
{
border-color: #DBFA5E;
}
</style>