Shades of Mindaro #D9FA6F
Tints of Mindaro #D9FA6F
RGB
CMYK
RGB Variations
Color information
#D9FA6F (or 0xD9FA6F) is known color: Mindaro. HEX triplet: D9, FA and 6F. RGB value is (217,250,111). Sum of RGB (Red+Green+Blue) = 217+250+111=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA6F is #260590. Grayscale: #E0E0E0. Windows color (decimal): -2491793 or 7338713. OLE color: 7338713.
HSL color Cylindrical-coordinate representation of color #D9FA6F: hue angle of 74.24º 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 #D9FA6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 111 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.02 |
| HSL | 74.24º | 0.93% | 0.71% | - |
| HSV(B) | 74.24º | 0.56% | 0.98% | - |
| XYZ | 65.67 | 84.27 | 27.84 | - |
| YUV | 224.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 111 | 0.13 | 0 | 0.56 | 0.02 | 74.24 | 0.93 | 0.71 |
| Hex | D9 | FA | 6F | D | 0 | 38 | 2 | 4A | 5D | 47 |
| Octal | 331 | 372 | 157 | 15 | 0 | 70 | 2 | 112 | 135 | 107 |
| Binary | 11011001 | 11111010 | 1101111 | 1101 | 0 | 111000 | 10 | 1001010 | 1011101 | 1000111 |
Color Harmonies of #D9FA6F
Complementary color
Monochromatic Colors of #D9FA6F
Black with #D9FA6F
Text Example
Text Example
White with #D9FA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA6F; }
p { color: rgb(217,250,111); }
H1.HeaderClassName
{
color: #D9FA6F;
}
.AnyTagClassName
{
color: #D9FA6F;
}
</style>
background-color css
<style>
a { background-color: #D9FA6F; }
a { background-color: rgb(217,250,111); }
div.DivClassName
{
background-color: #D9FA6F;
}
.BgClassName
{
background-color: #D9FA6F;
}
</style>
border-color css
<style>
span { border-color: #D9FA6F; }
span { border-color: rgb(217,250,111); }
td.TdClassName
{
border-color: #D9FA6F;
}
.TagClassName
{
border-color: #D9FA6F;
}
</style>