Shades of Mindaro #DBFE5A
Tints of Mindaro #DBFE5A
RGB
CMYK
RGB Variations
Color information
#DBFE5A (or 0xDBFE5A) is known color: Mindaro. HEX triplet: DB, FE and 5A. RGB value is (219,254,90). Sum of RGB (Red+Green+Blue) = 219+254+90=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE5A is #2401A5. Grayscale: #E1E1E1. Windows color (decimal): -2359718 or 5963483. OLE color: 5963483.
HSL color Cylindrical-coordinate representation of color #DBFE5A: hue angle of 72.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBFE5A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 90 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.00 |
| HSL | 72.8º | 0.99% | 0.67% | - |
| HSV(B) | 72.8º | 0.65% | 1% | - |
| XYZ | 66.5 | 86.68 | 22.9 | - |
| YUV | 224.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 90 | 0.14 | 0 | 0.65 | 0.00 | 72.8 | 0.99 | 0.67 |
| Hex | DB | FE | 5A | E | 0 | 41 | 0 | 49 | 63 | 43 |
| Octal | 333 | 376 | 132 | 16 | 0 | 101 | 0 | 111 | 143 | 103 |
| Binary | 11011011 | 11111110 | 1011010 | 1110 | 0 | 1000001 | 0 | 1001001 | 1100011 | 1000011 |
Color Harmonies of #DBFE5A
Complementary color
Monochromatic Colors of #DBFE5A
Black with #DBFE5A
Text Example
Text Example
White with #DBFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE5A; }
p { color: rgb(219,254,90); }
H1.HeaderClassName
{
color: #DBFE5A;
}
.AnyTagClassName
{
color: #DBFE5A;
}
</style>
background-color css
<style>
a { background-color: #DBFE5A; }
a { background-color: rgb(219,254,90); }
div.DivClassName
{
background-color: #DBFE5A;
}
.BgClassName
{
background-color: #DBFE5A;
}
</style>
border-color css
<style>
span { border-color: #DBFE5A; }
span { border-color: rgb(219,254,90); }
td.TdClassName
{
border-color: #DBFE5A;
}
.TagClassName
{
border-color: #DBFE5A;
}
</style>