Shades of Mindaro #D1FA5A
Tints of Mindaro #D1FA5A
RGB
CMYK
RGB Variations
Color information
#D1FA5A (or 0xD1FA5A) is known color: Mindaro. HEX triplet: D1, FA and 5A. RGB value is (209,250,90). Sum of RGB (Red+Green+Blue) = 209+250+90=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA5A is #2E05A5. Grayscale: #DCDCDC. Windows color (decimal): -3016102 or 5962449. OLE color: 5962449.
HSL color Cylindrical-coordinate representation of color #D1FA5A: hue angle of 75.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1FA5A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 90 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.02 |
| HSL | 75.38º | 0.94% | 0.67% | - |
| HSV(B) | 75.38º | 0.64% | 0.98% | - |
| XYZ | 62.33 | 82.66 | 22.34 | - |
| YUV | 219.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 90 | 0.16 | 0 | 0.64 | 0.02 | 75.38 | 0.94 | 0.67 |
| Hex | D1 | FA | 5A | 10 | 0 | 40 | 2 | 4B | 5E | 43 |
| Octal | 321 | 372 | 132 | 20 | 0 | 100 | 2 | 113 | 136 | 103 |
| Binary | 11010001 | 11111010 | 1011010 | 10000 | 0 | 1000000 | 10 | 1001011 | 1011110 | 1000011 |
Color Harmonies of #D1FA5A
Complementary color
Monochromatic Colors of #D1FA5A
Black with #D1FA5A
Text Example
Text Example
White with #D1FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA5A; }
p { color: rgb(209,250,90); }
H1.HeaderClassName
{
color: #D1FA5A;
}
.AnyTagClassName
{
color: #D1FA5A;
}
</style>
background-color css
<style>
a { background-color: #D1FA5A; }
a { background-color: rgb(209,250,90); }
div.DivClassName
{
background-color: #D1FA5A;
}
.BgClassName
{
background-color: #D1FA5A;
}
</style>
border-color css
<style>
span { border-color: #D1FA5A; }
span { border-color: rgb(209,250,90); }
td.TdClassName
{
border-color: #D1FA5A;
}
.TagClassName
{
border-color: #D1FA5A;
}
</style>