Shades of Mindaro #D6FA73
Tints of Mindaro #D6FA73
RGB
CMYK
RGB Variations
Color information
#D6FA73 (or 0xD6FA73) is known color: Mindaro. HEX triplet: D6, FA and 73. RGB value is (214,250,115). Sum of RGB (Red+Green+Blue) = 214+250+115=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA73 is #29058C. Grayscale: #E0E0E0. Windows color (decimal): -2688397 or 7600854. OLE color: 7600854.
HSL color Cylindrical-coordinate representation of color #D6FA73: hue angle of 76º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6FA73 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 115 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.02 |
| HSL | 76º | 0.93% | 0.72% | - |
| HSV(B) | 76º | 0.54% | 0.98% | - |
| XYZ | 65.01 | 83.91 | 28.99 | - |
| YUV | 223.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 115 | 0.14 | 0 | 0.54 | 0.02 | 76 | 0.93 | 0.72 |
| Hex | D6 | FA | 73 | E | 0 | 36 | 2 | 4C | 5D | 48 |
| Octal | 326 | 372 | 163 | 16 | 0 | 66 | 2 | 114 | 135 | 110 |
| Binary | 11010110 | 11111010 | 1110011 | 1110 | 0 | 110110 | 10 | 1001100 | 1011101 | 1001000 |
Color Harmonies of #D6FA73
Complementary color
Monochromatic Colors of #D6FA73
Black with #D6FA73
Text Example
Text Example
White with #D6FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA73; }
p { color: rgb(214,250,115); }
H1.HeaderClassName
{
color: #D6FA73;
}
.AnyTagClassName
{
color: #D6FA73;
}
</style>
background-color css
<style>
a { background-color: #D6FA73; }
a { background-color: rgb(214,250,115); }
div.DivClassName
{
background-color: #D6FA73;
}
.BgClassName
{
background-color: #D6FA73;
}
</style>
border-color css
<style>
span { border-color: #D6FA73; }
span { border-color: rgb(214,250,115); }
td.TdClassName
{
border-color: #D6FA73;
}
.TagClassName
{
border-color: #D6FA73;
}
</style>