Shades of Mindaro #D6FA4F
Tints of Mindaro #D6FA4F
RGB
CMYK
RGB Variations
Color information
#D6FA4F (or 0xD6FA4F) is known color: Mindaro. HEX triplet: D6, FA and 4F. RGB value is (214,250,79). Sum of RGB (Red+Green+Blue) = 214+250+79=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA4F is #2905B0. Grayscale: #DCDCDC. Windows color (decimal): -2688433 or 5241558. OLE color: 5241558.
HSL color Cylindrical-coordinate representation of color #D6FA4F: hue angle of 72.63º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6FA4F is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 79 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.02 |
| HSL | 72.63º | 0.94% | 0.65% | - |
| HSV(B) | 72.63º | 0.68% | 0.98% | - |
| XYZ | 63.33 | 83.23 | 20.12 | - |
| YUV | 219.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 79 | 0.14 | 0 | 0.68 | 0.02 | 72.63 | 0.94 | 0.65 |
| Hex | D6 | FA | 4F | E | 0 | 44 | 2 | 49 | 5E | 41 |
| Octal | 326 | 372 | 117 | 16 | 0 | 104 | 2 | 111 | 136 | 101 |
| Binary | 11010110 | 11111010 | 1001111 | 1110 | 0 | 1000100 | 10 | 1001001 | 1011110 | 1000001 |
Color Harmonies of #D6FA4F
Complementary color
Monochromatic Colors of #D6FA4F
Black with #D6FA4F
Text Example
Text Example
White with #D6FA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA4F; }
p { color: rgb(214,250,79); }
H1.HeaderClassName
{
color: #D6FA4F;
}
.AnyTagClassName
{
color: #D6FA4F;
}
</style>
background-color css
<style>
a { background-color: #D6FA4F; }
a { background-color: rgb(214,250,79); }
div.DivClassName
{
background-color: #D6FA4F;
}
.BgClassName
{
background-color: #D6FA4F;
}
</style>
border-color css
<style>
span { border-color: #D6FA4F; }
span { border-color: rgb(214,250,79); }
td.TdClassName
{
border-color: #D6FA4F;
}
.TagClassName
{
border-color: #D6FA4F;
}
</style>