Shades of Mindaro #D3F671
Tints of Mindaro #D3F671
RGB
CMYK
RGB Variations
Color information
#D3F671 (or 0xD3F671) is known color: Mindaro. HEX triplet: D3, F6 and 71. RGB value is (211,246,113). Sum of RGB (Red+Green+Blue) = 211+246+113=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F671 is #2C098E. Grayscale: #DCDCDC. Windows color (decimal): -2886031 or 7468755. OLE color: 7468755.
HSL color Cylindrical-coordinate representation of color #D3F671: hue angle of 75.79º degrees, saturation: 0.88, 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 #D3F671 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 113 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.04 |
| HSL | 75.79º | 0.88% | 0.7% | - |
| HSV(B) | 75.79º | 0.54% | 0.96% | - |
| XYZ | 62.8 | 80.95 | 27.94 | - |
| YUV | 220.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 113 | 0.14 | 0 | 0.54 | 0.04 | 75.79 | 0.88 | 0.7 |
| Hex | D3 | F6 | 71 | E | 0 | 36 | 4 | 4C | 58 | 46 |
| Octal | 323 | 366 | 161 | 16 | 0 | 66 | 4 | 114 | 130 | 106 |
| Binary | 11010011 | 11110110 | 1110001 | 1110 | 0 | 110110 | 100 | 1001100 | 1011000 | 1000110 |
Color Harmonies of #D3F671
Complementary color
Monochromatic Colors of #D3F671
Black with #D3F671
Text Example
Text Example
White with #D3F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F671; }
p { color: rgb(211,246,113); }
H1.HeaderClassName
{
color: #D3F671;
}
.AnyTagClassName
{
color: #D3F671;
}
</style>
background-color css
<style>
a { background-color: #D3F671; }
a { background-color: rgb(211,246,113); }
div.DivClassName
{
background-color: #D3F671;
}
.BgClassName
{
background-color: #D3F671;
}
</style>
border-color css
<style>
span { border-color: #D3F671; }
span { border-color: rgb(211,246,113); }
td.TdClassName
{
border-color: #D3F671;
}
.TagClassName
{
border-color: #D3F671;
}
</style>