Shades of Mindaro #D1FA61
Tints of Mindaro #D1FA61
RGB
CMYK
RGB Variations
Color information
#D1FA61 (or 0xD1FA61) is known color: Mindaro. HEX triplet: D1, FA and 61. RGB value is (209,250,97). Sum of RGB (Red+Green+Blue) = 209+250+97=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA61 is #2E059E. Grayscale: #DCDCDC. Windows color (decimal): -3016095 or 6421201. OLE color: 6421201.
HSL color Cylindrical-coordinate representation of color #D1FA61: hue angle of 76.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1FA61 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 97 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.02 |
| HSL | 76.08º | 0.94% | 0.68% | - |
| HSV(B) | 76.08º | 0.61% | 0.98% | - |
| XYZ | 62.64 | 82.79 | 23.99 | - |
| YUV | 220.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 97 | 0.16 | 0 | 0.61 | 0.02 | 76.08 | 0.94 | 0.68 |
| Hex | D1 | FA | 61 | 10 | 0 | 3D | 2 | 4C | 5E | 44 |
| Octal | 321 | 372 | 141 | 20 | 0 | 75 | 2 | 114 | 136 | 104 |
| Binary | 11010001 | 11111010 | 1100001 | 10000 | 0 | 111101 | 10 | 1001100 | 1011110 | 1000100 |
Color Harmonies of #D1FA61
Complementary color
Monochromatic Colors of #D1FA61
Black with #D1FA61
Text Example
Text Example
White with #D1FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA61; }
p { color: rgb(209,250,97); }
H1.HeaderClassName
{
color: #D1FA61;
}
.AnyTagClassName
{
color: #D1FA61;
}
</style>
background-color css
<style>
a { background-color: #D1FA61; }
a { background-color: rgb(209,250,97); }
div.DivClassName
{
background-color: #D1FA61;
}
.BgClassName
{
background-color: #D1FA61;
}
</style>
border-color css
<style>
span { border-color: #D1FA61; }
span { border-color: rgb(209,250,97); }
td.TdClassName
{
border-color: #D1FA61;
}
.TagClassName
{
border-color: #D1FA61;
}
</style>