Shades of Mindaro #DBFE80
Tints of Mindaro #DBFE80
RGB
CMYK
RGB Variations
Color information
#DBFE80 (or 0xDBFE80) is known color: Mindaro. HEX triplet: DB, FE and 80. RGB value is (219,254,128). Sum of RGB (Red+Green+Blue) = 219+254+128=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE80 is #24017F. Grayscale: #E5E5E5. Windows color (decimal): -2359680 or 8453851. OLE color: 8453851.
HSL color Cylindrical-coordinate representation of color #DBFE80: hue angle of 76.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFE80 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 128 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.00 |
| HSL | 76.67º | 0.98% | 0.75% | - |
| HSV(B) | 76.67º | 0.5% | 1% | - |
| XYZ | 68.55 | 87.5 | 33.7 | - |
| YUV | 229.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 128 | 0.14 | 0 | 0.50 | 0.00 | 76.67 | 0.98 | 0.75 |
| Hex | DB | FE | 80 | E | 0 | 32 | 0 | 4D | 62 | 4B |
| Octal | 333 | 376 | 200 | 16 | 0 | 62 | 0 | 115 | 142 | 113 |
| Binary | 11011011 | 11111110 | 10000000 | 1110 | 0 | 110010 | 0 | 1001101 | 1100010 | 1001011 |
Color Harmonies of #DBFE80
Complementary color
Monochromatic Colors of #DBFE80
Black with #DBFE80
Text Example
Text Example
White with #DBFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE80; }
p { color: rgb(219,254,128); }
H1.HeaderClassName
{
color: #DBFE80;
}
.AnyTagClassName
{
color: #DBFE80;
}
</style>
background-color css
<style>
a { background-color: #DBFE80; }
a { background-color: rgb(219,254,128); }
div.DivClassName
{
background-color: #DBFE80;
}
.BgClassName
{
background-color: #DBFE80;
}
</style>
border-color css
<style>
span { border-color: #DBFE80; }
span { border-color: rgb(219,254,128); }
td.TdClassName
{
border-color: #DBFE80;
}
.TagClassName
{
border-color: #DBFE80;
}
</style>