Shades of Mindaro #D1FA5D
Tints of Mindaro #D1FA5D
RGB
CMYK
RGB Variations
Color information
#D1FA5D (or 0xD1FA5D) is known color: Mindaro. HEX triplet: D1, FA and 5D. RGB value is (209,250,93). Sum of RGB (Red+Green+Blue) = 209+250+93=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA5D is #2E05A2. Grayscale: #DCDCDC. Windows color (decimal): -3016099 or 6159057. OLE color: 6159057.
HSL color Cylindrical-coordinate representation of color #D1FA5D: hue angle of 75.67º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1FA5D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 93 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.02 |
| HSL | 75.67º | 0.94% | 0.67% | - |
| HSV(B) | 75.67º | 0.63% | 0.98% | - |
| XYZ | 62.46 | 82.72 | 23.03 | - |
| YUV | 219.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 93 | 0.16 | 0 | 0.63 | 0.02 | 75.67 | 0.94 | 0.67 |
| Hex | D1 | FA | 5D | 10 | 0 | 3F | 2 | 4C | 5E | 43 |
| Octal | 321 | 372 | 135 | 20 | 0 | 77 | 2 | 114 | 136 | 103 |
| Binary | 11010001 | 11111010 | 1011101 | 10000 | 0 | 111111 | 10 | 1001100 | 1011110 | 1000011 |
Color Harmonies of #D1FA5D
Complementary color
Monochromatic Colors of #D1FA5D
Black with #D1FA5D
Text Example
Text Example
White with #D1FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA5D; }
p { color: rgb(209,250,93); }
H1.HeaderClassName
{
color: #D1FA5D;
}
.AnyTagClassName
{
color: #D1FA5D;
}
</style>
background-color css
<style>
a { background-color: #D1FA5D; }
a { background-color: rgb(209,250,93); }
div.DivClassName
{
background-color: #D1FA5D;
}
.BgClassName
{
background-color: #D1FA5D;
}
</style>
border-color css
<style>
span { border-color: #D1FA5D; }
span { border-color: rgb(209,250,93); }
td.TdClassName
{
border-color: #D1FA5D;
}
.TagClassName
{
border-color: #D1FA5D;
}
</style>