Shades of Mindaro #DBFE7C
Tints of Mindaro #DBFE7C
RGB
CMYK
RGB Variations
Color information
#DBFE7C (or 0xDBFE7C) is known color: Mindaro. HEX triplet: DB, FE and 7C. RGB value is (219,254,124). Sum of RGB (Red+Green+Blue) = 219+254+124=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE7C is #240183. Grayscale: #E5E5E5. Windows color (decimal): -2359684 or 8191707. OLE color: 8191707.
HSL color Cylindrical-coordinate representation of color #DBFE7C: hue angle of 76.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBFE7C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 124 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.00 |
| HSL | 76.15º | 0.98% | 0.74% | - |
| HSV(B) | 76.15º | 0.51% | 1% | - |
| XYZ | 68.29 | 87.4 | 32.34 | - |
| YUV | 228.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 124 | 0.14 | 0 | 0.51 | 0.00 | 76.15 | 0.98 | 0.74 |
| Hex | DB | FE | 7C | E | 0 | 33 | 0 | 4C | 62 | 4A |
| Octal | 333 | 376 | 174 | 16 | 0 | 63 | 0 | 114 | 142 | 112 |
| Binary | 11011011 | 11111110 | 1111100 | 1110 | 0 | 110011 | 0 | 1001100 | 1100010 | 1001010 |
Color Harmonies of #DBFE7C
Complementary color
Monochromatic Colors of #DBFE7C
Black with #DBFE7C
Text Example
Text Example
White with #DBFE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE7C; }
p { color: rgb(219,254,124); }
H1.HeaderClassName
{
color: #DBFE7C;
}
.AnyTagClassName
{
color: #DBFE7C;
}
</style>
background-color css
<style>
a { background-color: #DBFE7C; }
a { background-color: rgb(219,254,124); }
div.DivClassName
{
background-color: #DBFE7C;
}
.BgClassName
{
background-color: #DBFE7C;
}
</style>
border-color css
<style>
span { border-color: #DBFE7C; }
span { border-color: rgb(219,254,124); }
td.TdClassName
{
border-color: #DBFE7C;
}
.TagClassName
{
border-color: #DBFE7C;
}
</style>