Shades of Mindaro #D7FA6D
Tints of Mindaro #D7FA6D
RGB
CMYK
RGB Variations
Color information
#D7FA6D (or 0xD7FA6D) is known color: Mindaro. HEX triplet: D7, FA and 6D. RGB value is (215,250,109). Sum of RGB (Red+Green+Blue) = 215+250+109=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FA6D is #280592. Grayscale: #DFDFDF. Windows color (decimal): -2622867 or 7207639. OLE color: 7207639.
HSL color Cylindrical-coordinate representation of color #D7FA6D: hue angle of 74.89º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7FA6D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 109 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.02 |
| HSL | 74.89º | 0.93% | 0.7% | - |
| HSV(B) | 74.89º | 0.56% | 0.98% | - |
| XYZ | 64.97 | 83.92 | 27.24 | - |
| YUV | 223.46 | 63.4 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 109 | 0.14 | 0 | 0.56 | 0.02 | 74.89 | 0.93 | 0.7 |
| Hex | D7 | FA | 6D | E | 0 | 38 | 2 | 4B | 5D | 46 |
| Octal | 327 | 372 | 155 | 16 | 0 | 70 | 2 | 113 | 135 | 106 |
| Binary | 11010111 | 11111010 | 1101101 | 1110 | 0 | 111000 | 10 | 1001011 | 1011101 | 1000110 |
Color Harmonies of #D7FA6D
Complementary color
Monochromatic Colors of #D7FA6D
Black with #D7FA6D
Text Example
Text Example
White with #D7FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA6D; }
p { color: rgb(215,250,109); }
H1.HeaderClassName
{
color: #D7FA6D;
}
.AnyTagClassName
{
color: #D7FA6D;
}
</style>
background-color css
<style>
a { background-color: #D7FA6D; }
a { background-color: rgb(215,250,109); }
div.DivClassName
{
background-color: #D7FA6D;
}
.BgClassName
{
background-color: #D7FA6D;
}
</style>
border-color css
<style>
span { border-color: #D7FA6D; }
span { border-color: rgb(215,250,109); }
td.TdClassName
{
border-color: #D7FA6D;
}
.TagClassName
{
border-color: #D7FA6D;
}
</style>