Shades of Mindaro #DBFA6A
Tints of Mindaro #DBFA6A
RGB
CMYK
RGB Variations
Color information
#DBFA6A (or 0xDBFA6A) is known color: Mindaro. HEX triplet: DB, FA and 6A. RGB value is (219,250,106). Sum of RGB (Red+Green+Blue) = 219+250+106=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA6A is #240595. Grayscale: #E0E0E0. Windows color (decimal): -2360726 or 7011035. OLE color: 7011035.
HSL color Cylindrical-coordinate representation of color #DBFA6A: hue angle of 72.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFA6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 106 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.02 |
| HSL | 72.92º | 0.94% | 0.7% | - |
| HSV(B) | 72.92º | 0.58% | 0.98% | - |
| XYZ | 66 | 84.47 | 26.46 | - |
| YUV | 224.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 106 | 0.12 | 0 | 0.58 | 0.02 | 72.92 | 0.94 | 0.7 |
| Hex | DB | FA | 6A | C | 0 | 3A | 2 | 49 | 5E | 46 |
| Octal | 333 | 372 | 152 | 14 | 0 | 72 | 2 | 111 | 136 | 106 |
| Binary | 11011011 | 11111010 | 1101010 | 1100 | 0 | 111010 | 10 | 1001001 | 1011110 | 1000110 |
Color Harmonies of #DBFA6A
Complementary color
Monochromatic Colors of #DBFA6A
Black with #DBFA6A
Text Example
Text Example
White with #DBFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA6A; }
p { color: rgb(219,250,106); }
H1.HeaderClassName
{
color: #DBFA6A;
}
.AnyTagClassName
{
color: #DBFA6A;
}
</style>
background-color css
<style>
a { background-color: #DBFA6A; }
a { background-color: rgb(219,250,106); }
div.DivClassName
{
background-color: #DBFA6A;
}
.BgClassName
{
background-color: #DBFA6A;
}
</style>
border-color css
<style>
span { border-color: #DBFA6A; }
span { border-color: rgb(219,250,106); }
td.TdClassName
{
border-color: #DBFA6A;
}
.TagClassName
{
border-color: #DBFA6A;
}
</style>