Shades of Mindaro #D1FA59
Tints of Mindaro #D1FA59
RGB
CMYK
RGB Variations
Color information
#D1FA59 (or 0xD1FA59) is known color: Mindaro. HEX triplet: D1, FA and 59. RGB value is (209,250,89). Sum of RGB (Red+Green+Blue) = 209+250+89=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA59 is #2E05A6. Grayscale: #DBDBDB. Windows color (decimal): -3016103 or 5896913. OLE color: 5896913.
HSL color Cylindrical-coordinate representation of color #D1FA59: hue angle of 75.28º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1FA59 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 89 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.02 |
| HSL | 75.28º | 0.94% | 0.66% | - |
| HSV(B) | 75.28º | 0.64% | 0.98% | - |
| XYZ | 62.28 | 82.65 | 22.12 | - |
| YUV | 219.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 89 | 0.16 | 0 | 0.64 | 0.02 | 75.28 | 0.94 | 0.66 |
| Hex | D1 | FA | 59 | 10 | 0 | 40 | 2 | 4B | 5E | 42 |
| Octal | 321 | 372 | 131 | 20 | 0 | 100 | 2 | 113 | 136 | 102 |
| Binary | 11010001 | 11111010 | 1011001 | 10000 | 0 | 1000000 | 10 | 1001011 | 1011110 | 1000010 |
Color Harmonies of #D1FA59
Complementary color
Monochromatic Colors of #D1FA59
Black with #D1FA59
Text Example
Text Example
White with #D1FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA59; }
p { color: rgb(209,250,89); }
H1.HeaderClassName
{
color: #D1FA59;
}
.AnyTagClassName
{
color: #D1FA59;
}
</style>
background-color css
<style>
a { background-color: #D1FA59; }
a { background-color: rgb(209,250,89); }
div.DivClassName
{
background-color: #D1FA59;
}
.BgClassName
{
background-color: #D1FA59;
}
</style>
border-color css
<style>
span { border-color: #D1FA59; }
span { border-color: rgb(209,250,89); }
td.TdClassName
{
border-color: #D1FA59;
}
.TagClassName
{
border-color: #D1FA59;
}
</style>