Shades of Mindaro #DBFE7F
Tints of Mindaro #DBFE7F
RGB
CMYK
RGB Variations
Color information
#DBFE7F (or 0xDBFE7F) is known color: Mindaro. HEX triplet: DB, FE and 7F. RGB value is (219,254,127). Sum of RGB (Red+Green+Blue) = 219+254+127=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 127 (50% from 255 or 21.17% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE7F is #240180. Grayscale: #E5E5E5. Windows color (decimal): -2359681 or 8388315. OLE color: 8388315.
HSL color Cylindrical-coordinate representation of color #DBFE7F: hue angle of 76.54º 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 #DBFE7F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 127 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.00 |
| HSL | 76.54º | 0.98% | 0.75% | - |
| HSV(B) | 76.54º | 0.5% | 1% | - |
| XYZ | 68.49 | 87.48 | 33.35 | - |
| YUV | 229.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 127 | 0.14 | 0 | 0.50 | 0.00 | 76.54 | 0.98 | 0.75 |
| Hex | DB | FE | 7F | E | 0 | 32 | 0 | 4D | 62 | 4B |
| Octal | 333 | 376 | 177 | 16 | 0 | 62 | 0 | 115 | 142 | 113 |
| Binary | 11011011 | 11111110 | 1111111 | 1110 | 0 | 110010 | 0 | 1001101 | 1100010 | 1001011 |
Color Harmonies of #DBFE7F
Complementary color
Monochromatic Colors of #DBFE7F
Black with #DBFE7F
Text Example
Text Example
White with #DBFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE7F; }
p { color: rgb(219,254,127); }
H1.HeaderClassName
{
color: #DBFE7F;
}
.AnyTagClassName
{
color: #DBFE7F;
}
</style>
background-color css
<style>
a { background-color: #DBFE7F; }
a { background-color: rgb(219,254,127); }
div.DivClassName
{
background-color: #DBFE7F;
}
.BgClassName
{
background-color: #DBFE7F;
}
</style>
border-color css
<style>
span { border-color: #DBFE7F; }
span { border-color: rgb(219,254,127); }
td.TdClassName
{
border-color: #DBFE7F;
}
.TagClassName
{
border-color: #DBFE7F;
}
</style>