Shades of Mindaro #DBFA7E
Tints of Mindaro #DBFA7E
RGB
CMYK
RGB Variations
Color information
#DBFA7E (or 0xDBFA7E) is known color: Mindaro. HEX triplet: DB, FA and 7E. RGB value is (219,250,126). Sum of RGB (Red+Green+Blue) = 219+250+126=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA7E is #240581. Grayscale: #E3E3E3. Windows color (decimal): -2360706 or 8321755. OLE color: 8321755.
HSL color Cylindrical-coordinate representation of color #DBFA7E: hue angle of 75º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFA7E is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 126 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.02 |
| HSL | 75º | 0.93% | 0.74% | - |
| HSV(B) | 75º | 0.5% | 0.98% | - |
| XYZ | 67.16 | 84.94 | 32.59 | - |
| YUV | 226.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 126 | 0.12 | 0 | 0.50 | 0.02 | 75 | 0.93 | 0.74 |
| Hex | DB | FA | 7E | C | 0 | 32 | 2 | 4B | 5D | 4A |
| Octal | 333 | 372 | 176 | 14 | 0 | 62 | 2 | 113 | 135 | 112 |
| Binary | 11011011 | 11111010 | 1111110 | 1100 | 0 | 110010 | 10 | 1001011 | 1011101 | 1001010 |
Color Harmonies of #DBFA7E
Complementary color
Monochromatic Colors of #DBFA7E
Black with #DBFA7E
Text Example
Text Example
White with #DBFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA7E; }
p { color: rgb(219,250,126); }
H1.HeaderClassName
{
color: #DBFA7E;
}
.AnyTagClassName
{
color: #DBFA7E;
}
</style>
background-color css
<style>
a { background-color: #DBFA7E; }
a { background-color: rgb(219,250,126); }
div.DivClassName
{
background-color: #DBFA7E;
}
.BgClassName
{
background-color: #DBFA7E;
}
</style>
border-color css
<style>
span { border-color: #DBFA7E; }
span { border-color: rgb(219,250,126); }
td.TdClassName
{
border-color: #DBFA7E;
}
.TagClassName
{
border-color: #DBFA7E;
}
</style>