Shades of Mindaro #DBFE5B
Tints of Mindaro #DBFE5B
RGB
CMYK
RGB Variations
Color information
#DBFE5B (or 0xDBFE5B) is known color: Mindaro. HEX triplet: DB, FE and 5B. RGB value is (219,254,91). Sum of RGB (Red+Green+Blue) = 219+254+91=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE5B is #2401A4. Grayscale: #E1E1E1. Windows color (decimal): -2359717 or 6029019. OLE color: 6029019.
HSL color Cylindrical-coordinate representation of color #DBFE5B: hue angle of 72.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFE5B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 91 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.00 |
| HSL | 72.88º | 0.99% | 0.68% | - |
| HSV(B) | 72.88º | 0.64% | 1% | - |
| XYZ | 66.54 | 86.7 | 23.12 | - |
| YUV | 224.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 91 | 0.14 | 0 | 0.64 | 0.00 | 72.88 | 0.99 | 0.68 |
| Hex | DB | FE | 5B | E | 0 | 40 | 0 | 49 | 63 | 44 |
| Octal | 333 | 376 | 133 | 16 | 0 | 100 | 0 | 111 | 143 | 104 |
| Binary | 11011011 | 11111110 | 1011011 | 1110 | 0 | 1000000 | 0 | 1001001 | 1100011 | 1000100 |
Color Harmonies of #DBFE5B
Complementary color
Monochromatic Colors of #DBFE5B
Black with #DBFE5B
Text Example
Text Example
White with #DBFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE5B; }
p { color: rgb(219,254,91); }
H1.HeaderClassName
{
color: #DBFE5B;
}
.AnyTagClassName
{
color: #DBFE5B;
}
</style>
background-color css
<style>
a { background-color: #DBFE5B; }
a { background-color: rgb(219,254,91); }
div.DivClassName
{
background-color: #DBFE5B;
}
.BgClassName
{
background-color: #DBFE5B;
}
</style>
border-color css
<style>
span { border-color: #DBFE5B; }
span { border-color: rgb(219,254,91); }
td.TdClassName
{
border-color: #DBFE5B;
}
.TagClassName
{
border-color: #DBFE5B;
}
</style>