Shades of Mindaro #D2F471
Tints of Mindaro #D2F471
RGB
CMYK
RGB Variations
Color information
#D2F471 (or 0xD2F471) is known color: Mindaro. HEX triplet: D2, F4 and 71. RGB value is (210,244,113). Sum of RGB (Red+Green+Blue) = 210+244+113=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F471 is #2D0B8E. Grayscale: #DBDBDB. Windows color (decimal): -2952079 or 7468242. OLE color: 7468242.
HSL color Cylindrical-coordinate representation of color #D2F471: hue angle of 75.57º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2F471 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 113 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.04 |
| HSL | 75.57º | 0.86% | 0.7% | - |
| HSV(B) | 75.57º | 0.54% | 0.96% | - |
| XYZ | 61.91 | 79.6 | 27.72 | - |
| YUV | 218.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 113 | 0.14 | 0 | 0.54 | 0.04 | 75.57 | 0.86 | 0.7 |
| Hex | D2 | F4 | 71 | E | 0 | 36 | 4 | 4C | 56 | 46 |
| Octal | 322 | 364 | 161 | 16 | 0 | 66 | 4 | 114 | 126 | 106 |
| Binary | 11010010 | 11110100 | 1110001 | 1110 | 0 | 110110 | 100 | 1001100 | 1010110 | 1000110 |
Color Harmonies of #D2F471
Complementary color
Monochromatic Colors of #D2F471
Black with #D2F471
Text Example
Text Example
White with #D2F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F471; }
p { color: rgb(210,244,113); }
H1.HeaderClassName
{
color: #D2F471;
}
.AnyTagClassName
{
color: #D2F471;
}
</style>
background-color css
<style>
a { background-color: #D2F471; }
a { background-color: rgb(210,244,113); }
div.DivClassName
{
background-color: #D2F471;
}
.BgClassName
{
background-color: #D2F471;
}
</style>
border-color css
<style>
span { border-color: #D2F471; }
span { border-color: rgb(210,244,113); }
td.TdClassName
{
border-color: #D2F471;
}
.TagClassName
{
border-color: #D2F471;
}
</style>