Shades of Mindaro #D1FA4E
Tints of Mindaro #D1FA4E
RGB
CMYK
RGB Variations
Color information
#D1FA4E (or 0xD1FA4E) is known color: Mindaro. HEX triplet: D1, FA and 4E. RGB value is (209,250,78). Sum of RGB (Red+Green+Blue) = 209+250+78=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA4E is #2E05B1. Grayscale: #DADADA. Windows color (decimal): -3016114 or 5176017. OLE color: 5176017.
HSL color Cylindrical-coordinate representation of color #D1FA4E: hue angle of 74.3º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1FA4E is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 78 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.02 |
| HSL | 74.3º | 0.95% | 0.64% | - |
| HSV(B) | 74.3º | 0.69% | 0.98% | - |
| XYZ | 61.86 | 82.48 | 19.87 | - |
| YUV | 218.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 78 | 0.16 | 0 | 0.69 | 0.02 | 74.3 | 0.95 | 0.64 |
| Hex | D1 | FA | 4E | 10 | 0 | 45 | 2 | 4A | 5F | 40 |
| Octal | 321 | 372 | 116 | 20 | 0 | 105 | 2 | 112 | 137 | 100 |
| Binary | 11010001 | 11111010 | 1001110 | 10000 | 0 | 1000101 | 10 | 1001010 | 1011111 | 1000000 |
Color Harmonies of #D1FA4E
Complementary color
Monochromatic Colors of #D1FA4E
Black with #D1FA4E
Text Example
Text Example
White with #D1FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA4E; }
p { color: rgb(209,250,78); }
H1.HeaderClassName
{
color: #D1FA4E;
}
.AnyTagClassName
{
color: #D1FA4E;
}
</style>
background-color css
<style>
a { background-color: #D1FA4E; }
a { background-color: rgb(209,250,78); }
div.DivClassName
{
background-color: #D1FA4E;
}
.BgClassName
{
background-color: #D1FA4E;
}
</style>
border-color css
<style>
span { border-color: #D1FA4E; }
span { border-color: rgb(209,250,78); }
td.TdClassName
{
border-color: #D1FA4E;
}
.TagClassName
{
border-color: #D1FA4E;
}
</style>