Shades of Mindaro #D3F771
Tints of Mindaro #D3F771
RGB
CMYK
RGB Variations
Color information
#D3F771 (or 0xD3F771) is known color: Mindaro. HEX triplet: D3, F7 and 71. RGB value is (211,247,113). Sum of RGB (Red+Green+Blue) = 211+247+113=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F771 is #2C088E. Grayscale: #DDDDDD. Windows color (decimal): -2885775 or 7469011. OLE color: 7469011.
HSL color Cylindrical-coordinate representation of color #D3F771: hue angle of 76.12º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3F771 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 113 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.03 |
| HSL | 76.12º | 0.89% | 0.71% | - |
| HSV(B) | 76.12º | 0.54% | 0.97% | - |
| XYZ | 63.11 | 81.56 | 28.04 | - |
| YUV | 220.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 113 | 0.15 | 0 | 0.54 | 0.03 | 76.12 | 0.89 | 0.71 |
| Hex | D3 | F7 | 71 | F | 0 | 36 | 3 | 4C | 59 | 47 |
| Octal | 323 | 367 | 161 | 17 | 0 | 66 | 3 | 114 | 131 | 107 |
| Binary | 11010011 | 11110111 | 1110001 | 1111 | 0 | 110110 | 11 | 1001100 | 1011001 | 1000111 |
Color Harmonies of #D3F771
Complementary color
Monochromatic Colors of #D3F771
Black with #D3F771
Text Example
Text Example
White with #D3F771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F771; }
p { color: rgb(211,247,113); }
H1.HeaderClassName
{
color: #D3F771;
}
.AnyTagClassName
{
color: #D3F771;
}
</style>
background-color css
<style>
a { background-color: #D3F771; }
a { background-color: rgb(211,247,113); }
div.DivClassName
{
background-color: #D3F771;
}
.BgClassName
{
background-color: #D3F771;
}
</style>
border-color css
<style>
span { border-color: #D3F771; }
span { border-color: rgb(211,247,113); }
td.TdClassName
{
border-color: #D3F771;
}
.TagClassName
{
border-color: #D3F771;
}
</style>