Shades of Mindaro #DBFE77
Tints of Mindaro #DBFE77
RGB
CMYK
RGB Variations
Color information
#DBFE77 (or 0xDBFE77) is known color: Mindaro. HEX triplet: DB, FE and 77. RGB value is (219,254,119). Sum of RGB (Red+Green+Blue) = 219+254+119=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE77 is #240188. Grayscale: #E4E4E4. Windows color (decimal): -2359689 or 7864027. OLE color: 7864027.
HSL color Cylindrical-coordinate representation of color #DBFE77: hue angle of 75.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFE77 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 119 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.00 |
| HSL | 75.56º | 0.99% | 0.73% | - |
| HSV(B) | 75.56º | 0.53% | 1% | - |
| XYZ | 67.99 | 87.28 | 30.72 | - |
| YUV | 228.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 119 | 0.14 | 0 | 0.53 | 0.00 | 75.56 | 0.99 | 0.73 |
| Hex | DB | FE | 77 | E | 0 | 35 | 0 | 4C | 63 | 49 |
| Octal | 333 | 376 | 167 | 16 | 0 | 65 | 0 | 114 | 143 | 111 |
| Binary | 11011011 | 11111110 | 1110111 | 1110 | 0 | 110101 | 0 | 1001100 | 1100011 | 1001001 |
Color Harmonies of #DBFE77
Complementary color
Monochromatic Colors of #DBFE77
Black with #DBFE77
Text Example
Text Example
White with #DBFE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE77; }
p { color: rgb(219,254,119); }
H1.HeaderClassName
{
color: #DBFE77;
}
.AnyTagClassName
{
color: #DBFE77;
}
</style>
background-color css
<style>
a { background-color: #DBFE77; }
a { background-color: rgb(219,254,119); }
div.DivClassName
{
background-color: #DBFE77;
}
.BgClassName
{
background-color: #DBFE77;
}
</style>
border-color css
<style>
span { border-color: #DBFE77; }
span { border-color: rgb(219,254,119); }
td.TdClassName
{
border-color: #DBFE77;
}
.TagClassName
{
border-color: #DBFE77;
}
</style>