Shades of Mindaro #DBFE76
Tints of Mindaro #DBFE76
RGB
CMYK
RGB Variations
Color information
#DBFE76 (or 0xDBFE76) is known color: Mindaro. HEX triplet: DB, FE and 76. RGB value is (219,254,118). Sum of RGB (Red+Green+Blue) = 219+254+118=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE76 is #240189. Grayscale: #E4E4E4. Windows color (decimal): -2359690 or 7798491. OLE color: 7798491.
HSL color Cylindrical-coordinate representation of color #DBFE76: hue angle of 75.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBFE76 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 118 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.00 |
| HSL | 75.44º | 0.99% | 0.73% | - |
| HSV(B) | 75.44º | 0.54% | 1% | - |
| XYZ | 67.93 | 87.25 | 30.4 | - |
| YUV | 228.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 118 | 0.14 | 0 | 0.54 | 0.00 | 75.44 | 0.99 | 0.73 |
| Hex | DB | FE | 76 | E | 0 | 36 | 0 | 4B | 63 | 49 |
| Octal | 333 | 376 | 166 | 16 | 0 | 66 | 0 | 113 | 143 | 111 |
| Binary | 11011011 | 11111110 | 1110110 | 1110 | 0 | 110110 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DBFE76
Complementary color
Monochromatic Colors of #DBFE76
Black with #DBFE76
Text Example
Text Example
White with #DBFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE76; }
p { color: rgb(219,254,118); }
H1.HeaderClassName
{
color: #DBFE76;
}
.AnyTagClassName
{
color: #DBFE76;
}
</style>
background-color css
<style>
a { background-color: #DBFE76; }
a { background-color: rgb(219,254,118); }
div.DivClassName
{
background-color: #DBFE76;
}
.BgClassName
{
background-color: #DBFE76;
}
</style>
border-color css
<style>
span { border-color: #DBFE76; }
span { border-color: rgb(219,254,118); }
td.TdClassName
{
border-color: #DBFE76;
}
.TagClassName
{
border-color: #DBFE76;
}
</style>