Shades of Mindaro #D7F471
Tints of Mindaro #D7F471
RGB
CMYK
RGB Variations
Color information
#D7F471 (or 0xD7F471) is known color: Mindaro. HEX triplet: D7, F4 and 71. RGB value is (215,244,113). Sum of RGB (Red+Green+Blue) = 215+244+113=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F471 is #280B8E. Grayscale: #DCDCDC. Windows color (decimal): -2624399 or 7468247. OLE color: 7468247.
HSL color Cylindrical-coordinate representation of color #D7F471: hue angle of 73.28º 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 #D7F471 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 113 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.04 |
| HSL | 73.28º | 0.86% | 0.7% | - |
| HSV(B) | 73.28º | 0.54% | 0.96% | - |
| XYZ | 63.36 | 80.34 | 27.79 | - |
| YUV | 220.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 113 | 0.12 | 0 | 0.54 | 0.04 | 73.28 | 0.86 | 0.7 |
| Hex | D7 | F4 | 71 | C | 0 | 36 | 4 | 49 | 56 | 46 |
| Octal | 327 | 364 | 161 | 14 | 0 | 66 | 4 | 111 | 126 | 106 |
| Binary | 11010111 | 11110100 | 1110001 | 1100 | 0 | 110110 | 100 | 1001001 | 1010110 | 1000110 |
Color Harmonies of #D7F471
Complementary color
Monochromatic Colors of #D7F471
Black with #D7F471
Text Example
Text Example
White with #D7F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F471; }
p { color: rgb(215,244,113); }
H1.HeaderClassName
{
color: #D7F471;
}
.AnyTagClassName
{
color: #D7F471;
}
</style>
background-color css
<style>
a { background-color: #D7F471; }
a { background-color: rgb(215,244,113); }
div.DivClassName
{
background-color: #D7F471;
}
.BgClassName
{
background-color: #D7F471;
}
</style>
border-color css
<style>
span { border-color: #D7F471; }
span { border-color: rgb(215,244,113); }
td.TdClassName
{
border-color: #D7F471;
}
.TagClassName
{
border-color: #D7F471;
}
</style>