Shades of Mindaro #DBFE7E
Tints of Mindaro #DBFE7E
RGB
CMYK
RGB Variations
Color information
#DBFE7E (or 0xDBFE7E) is known color: Mindaro. HEX triplet: DB, FE and 7E. RGB value is (219,254,126). Sum of RGB (Red+Green+Blue) = 219+254+126=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE7E is #240181. Grayscale: #E5E5E5. Windows color (decimal): -2359682 or 8322779. OLE color: 8322779.
HSL color Cylindrical-coordinate representation of color #DBFE7E: hue angle of 76.41º 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 #DBFE7E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 126 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.00 |
| HSL | 76.41º | 0.98% | 0.75% | - |
| HSV(B) | 76.41º | 0.5% | 1% | - |
| XYZ | 68.42 | 87.45 | 33.01 | - |
| YUV | 228.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 126 | 0.14 | 0 | 0.50 | 0.00 | 76.41 | 0.98 | 0.75 |
| Hex | DB | FE | 7E | E | 0 | 32 | 0 | 4C | 62 | 4B |
| Octal | 333 | 376 | 176 | 16 | 0 | 62 | 0 | 114 | 142 | 113 |
| Binary | 11011011 | 11111110 | 1111110 | 1110 | 0 | 110010 | 0 | 1001100 | 1100010 | 1001011 |
Color Harmonies of #DBFE7E
Complementary color
Monochromatic Colors of #DBFE7E
Black with #DBFE7E
Text Example
Text Example
White with #DBFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE7E; }
p { color: rgb(219,254,126); }
H1.HeaderClassName
{
color: #DBFE7E;
}
.AnyTagClassName
{
color: #DBFE7E;
}
</style>
background-color css
<style>
a { background-color: #DBFE7E; }
a { background-color: rgb(219,254,126); }
div.DivClassName
{
background-color: #DBFE7E;
}
.BgClassName
{
background-color: #DBFE7E;
}
</style>
border-color css
<style>
span { border-color: #DBFE7E; }
span { border-color: rgb(219,254,126); }
td.TdClassName
{
border-color: #DBFE7E;
}
.TagClassName
{
border-color: #DBFE7E;
}
</style>