Shades of Mindaro #D1FA60
Tints of Mindaro #D1FA60
RGB
CMYK
RGB Variations
Color information
#D1FA60 (or 0xD1FA60) is known color: Mindaro. HEX triplet: D1, FA and 60. RGB value is (209,250,96). Sum of RGB (Red+Green+Blue) = 209+250+96=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA60 is #2E059F. Grayscale: #DCDCDC. Windows color (decimal): -3016096 or 6355665. OLE color: 6355665.
HSL color Cylindrical-coordinate representation of color #D1FA60: hue angle of 75.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1FA60 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 96 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.02 |
| HSL | 75.97º | 0.94% | 0.68% | - |
| HSV(B) | 75.97º | 0.62% | 0.98% | - |
| XYZ | 62.59 | 82.77 | 23.74 | - |
| YUV | 220.19 | 57.92 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 96 | 0.16 | 0 | 0.62 | 0.02 | 75.97 | 0.94 | 0.68 |
| Hex | D1 | FA | 60 | 10 | 0 | 3E | 2 | 4C | 5E | 44 |
| Octal | 321 | 372 | 140 | 20 | 0 | 76 | 2 | 114 | 136 | 104 |
| Binary | 11010001 | 11111010 | 1100000 | 10000 | 0 | 111110 | 10 | 1001100 | 1011110 | 1000100 |
Color Harmonies of #D1FA60
Complementary color
Monochromatic Colors of #D1FA60
Black with #D1FA60
Text Example
Text Example
White with #D1FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA60; }
p { color: rgb(209,250,96); }
H1.HeaderClassName
{
color: #D1FA60;
}
.AnyTagClassName
{
color: #D1FA60;
}
</style>
background-color css
<style>
a { background-color: #D1FA60; }
a { background-color: rgb(209,250,96); }
div.DivClassName
{
background-color: #D1FA60;
}
.BgClassName
{
background-color: #D1FA60;
}
</style>
border-color css
<style>
span { border-color: #D1FA60; }
span { border-color: rgb(209,250,96); }
td.TdClassName
{
border-color: #D1FA60;
}
.TagClassName
{
border-color: #D1FA60;
}
</style>