Shades of Mindaro #D7FA6E
Tints of Mindaro #D7FA6E
RGB
CMYK
RGB Variations
Color information
#D7FA6E (or 0xD7FA6E) is known color: Mindaro. HEX triplet: D7, FA and 6E. RGB value is (215,250,110). Sum of RGB (Red+Green+Blue) = 215+250+110=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FA6E is #280591. Grayscale: #E0E0E0. Windows color (decimal): -2622866 or 7273175. OLE color: 7273175.
HSL color Cylindrical-coordinate representation of color #D7FA6E: hue angle of 75º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7FA6E is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 110 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.02 |
| HSL | 75º | 0.93% | 0.71% | - |
| HSV(B) | 75º | 0.56% | 0.98% | - |
| XYZ | 65.02 | 83.94 | 27.53 | - |
| YUV | 223.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 110 | 0.14 | 0 | 0.56 | 0.02 | 75 | 0.93 | 0.71 |
| Hex | D7 | FA | 6E | E | 0 | 38 | 2 | 4B | 5D | 47 |
| Octal | 327 | 372 | 156 | 16 | 0 | 70 | 2 | 113 | 135 | 107 |
| Binary | 11010111 | 11111010 | 1101110 | 1110 | 0 | 111000 | 10 | 1001011 | 1011101 | 1000111 |
Color Harmonies of #D7FA6E
Complementary color
Monochromatic Colors of #D7FA6E
Black with #D7FA6E
Text Example
Text Example
White with #D7FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA6E; }
p { color: rgb(215,250,110); }
H1.HeaderClassName
{
color: #D7FA6E;
}
.AnyTagClassName
{
color: #D7FA6E;
}
</style>
background-color css
<style>
a { background-color: #D7FA6E; }
a { background-color: rgb(215,250,110); }
div.DivClassName
{
background-color: #D7FA6E;
}
.BgClassName
{
background-color: #D7FA6E;
}
</style>
border-color css
<style>
span { border-color: #D7FA6E; }
span { border-color: rgb(215,250,110); }
td.TdClassName
{
border-color: #D7FA6E;
}
.TagClassName
{
border-color: #D7FA6E;
}
</style>