Shades of Mindaro #D3F473
Tints of Mindaro #D3F473
RGB
CMYK
RGB Variations
Color information
#D3F473 (or 0xD3F473) is known color: Mindaro. HEX triplet: D3, F4 and 73. RGB value is (211,244,115). Sum of RGB (Red+Green+Blue) = 211+244+115=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F473 is #2C0B8C. Grayscale: #DBDBDB. Windows color (decimal): -2886541 or 7599315. OLE color: 7599315.
HSL color Cylindrical-coordinate representation of color #D3F473: hue angle of 75.35º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3F473 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 115 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.04 |
| HSL | 75.35º | 0.85% | 0.7% | - |
| HSV(B) | 75.35º | 0.53% | 0.96% | - |
| XYZ | 62.31 | 79.79 | 28.34 | - |
| YUV | 219.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 115 | 0.14 | 0 | 0.53 | 0.04 | 75.35 | 0.85 | 0.7 |
| Hex | D3 | F4 | 73 | E | 0 | 35 | 4 | 4B | 55 | 46 |
| Octal | 323 | 364 | 163 | 16 | 0 | 65 | 4 | 113 | 125 | 106 |
| Binary | 11010011 | 11110100 | 1110011 | 1110 | 0 | 110101 | 100 | 1001011 | 1010101 | 1000110 |
Color Harmonies of #D3F473
Complementary color
Monochromatic Colors of #D3F473
Black with #D3F473
Text Example
Text Example
White with #D3F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F473; }
p { color: rgb(211,244,115); }
H1.HeaderClassName
{
color: #D3F473;
}
.AnyTagClassName
{
color: #D3F473;
}
</style>
background-color css
<style>
a { background-color: #D3F473; }
a { background-color: rgb(211,244,115); }
div.DivClassName
{
background-color: #D3F473;
}
.BgClassName
{
background-color: #D3F473;
}
</style>
border-color css
<style>
span { border-color: #D3F473; }
span { border-color: rgb(211,244,115); }
td.TdClassName
{
border-color: #D3F473;
}
.TagClassName
{
border-color: #D3F473;
}
</style>