Shades of Mindaro #D1F271
Tints of Mindaro #D1F271
RGB
CMYK
RGB Variations
Color information
#D1F271 (or 0xD1F271) is known color: Mindaro. HEX triplet: D1, F2 and 71. RGB value is (209,242,113). Sum of RGB (Red+Green+Blue) = 209+242+113=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F271 is #2E0D8E. Grayscale: #D9D9D9. Windows color (decimal): -3018127 or 7467729. OLE color: 7467729.
HSL color Cylindrical-coordinate representation of color #D1F271: hue angle of 75.35º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1F271 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 113 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.05 |
| HSL | 75.35º | 0.83% | 0.7% | - |
| HSV(B) | 75.35º | 0.53% | 0.95% | - |
| XYZ | 61.03 | 78.25 | 27.51 | - |
| YUV | 217.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 113 | 0.14 | 0 | 0.53 | 0.05 | 75.35 | 0.83 | 0.7 |
| Hex | D1 | F2 | 71 | E | 0 | 35 | 5 | 4B | 53 | 46 |
| Octal | 321 | 362 | 161 | 16 | 0 | 65 | 5 | 113 | 123 | 106 |
| Binary | 11010001 | 11110010 | 1110001 | 1110 | 0 | 110101 | 101 | 1001011 | 1010011 | 1000110 |
Color Harmonies of #D1F271
Complementary color
Monochromatic Colors of #D1F271
Black with #D1F271
Text Example
Text Example
White with #D1F271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F271; }
p { color: rgb(209,242,113); }
H1.HeaderClassName
{
color: #D1F271;
}
.AnyTagClassName
{
color: #D1F271;
}
</style>
background-color css
<style>
a { background-color: #D1F271; }
a { background-color: rgb(209,242,113); }
div.DivClassName
{
background-color: #D1F271;
}
.BgClassName
{
background-color: #D1F271;
}
</style>
border-color css
<style>
span { border-color: #D1F271; }
span { border-color: rgb(209,242,113); }
td.TdClassName
{
border-color: #D1F271;
}
.TagClassName
{
border-color: #D1F271;
}
</style>