Shades of Mindaro #D1F475
Tints of Mindaro #D1F475
RGB
CMYK
RGB Variations
Color information
#D1F475 (or 0xD1F475) is known color: Mindaro. HEX triplet: D1, F4 and 75. RGB value is (209,244,117). Sum of RGB (Red+Green+Blue) = 209+244+117=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F475 is #2E0B8A. Grayscale: #DBDBDB. Windows color (decimal): -3017611 or 7730385. OLE color: 7730385.
HSL color Cylindrical-coordinate representation of color #D1F475: hue angle of 76.54º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1F475 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 117 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.04 |
| HSL | 76.54º | 0.85% | 0.71% | - |
| HSV(B) | 76.54º | 0.52% | 0.96% | - |
| XYZ | 61.86 | 79.54 | 28.92 | - |
| YUV | 219.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 117 | 0.14 | 0 | 0.52 | 0.04 | 76.54 | 0.85 | 0.71 |
| Hex | D1 | F4 | 75 | E | 0 | 34 | 4 | 4D | 55 | 47 |
| Octal | 321 | 364 | 165 | 16 | 0 | 64 | 4 | 115 | 125 | 107 |
| Binary | 11010001 | 11110100 | 1110101 | 1110 | 0 | 110100 | 100 | 1001101 | 1010101 | 1000111 |
Color Harmonies of #D1F475
Complementary color
Monochromatic Colors of #D1F475
Black with #D1F475
Text Example
Text Example
White with #D1F475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F475; }
p { color: rgb(209,244,117); }
H1.HeaderClassName
{
color: #D1F475;
}
.AnyTagClassName
{
color: #D1F475;
}
</style>
background-color css
<style>
a { background-color: #D1F475; }
a { background-color: rgb(209,244,117); }
div.DivClassName
{
background-color: #D1F475;
}
.BgClassName
{
background-color: #D1F475;
}
</style>
border-color css
<style>
span { border-color: #D1F475; }
span { border-color: rgb(209,244,117); }
td.TdClassName
{
border-color: #D1F475;
}
.TagClassName
{
border-color: #D1F475;
}
</style>