Shades of Mindaro #D5F470
Tints of Mindaro #D5F470
RGB
CMYK
RGB Variations
Color information
#D5F470 (or 0xD5F470) is known color: Mindaro. HEX triplet: D5, F4 and 70. RGB value is (213,244,112). Sum of RGB (Red+Green+Blue) = 213+244+112=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F470 is #2A0B8F. Grayscale: #DCDCDC. Windows color (decimal): -2755472 or 7402709. OLE color: 7402709.
HSL color Cylindrical-coordinate representation of color #D5F470: hue angle of 74.09º 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 #D5F470 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 112 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.04 |
| HSL | 74.09º | 0.86% | 0.7% | - |
| HSV(B) | 74.09º | 0.54% | 0.96% | - |
| XYZ | 62.72 | 80.02 | 27.47 | - |
| YUV | 219.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 112 | 0.13 | 0 | 0.54 | 0.04 | 74.09 | 0.86 | 0.7 |
| Hex | D5 | F4 | 70 | D | 0 | 36 | 4 | 4A | 56 | 46 |
| Octal | 325 | 364 | 160 | 15 | 0 | 66 | 4 | 112 | 126 | 106 |
| Binary | 11010101 | 11110100 | 1110000 | 1101 | 0 | 110110 | 100 | 1001010 | 1010110 | 1000110 |
Color Harmonies of #D5F470
Complementary color
Monochromatic Colors of #D5F470
Black with #D5F470
Text Example
Text Example
White with #D5F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F470; }
p { color: rgb(213,244,112); }
H1.HeaderClassName
{
color: #D5F470;
}
.AnyTagClassName
{
color: #D5F470;
}
</style>
background-color css
<style>
a { background-color: #D5F470; }
a { background-color: rgb(213,244,112); }
div.DivClassName
{
background-color: #D5F470;
}
.BgClassName
{
background-color: #D5F470;
}
</style>
border-color css
<style>
span { border-color: #D5F470; }
span { border-color: rgb(213,244,112); }
td.TdClassName
{
border-color: #D5F470;
}
.TagClassName
{
border-color: #D5F470;
}
</style>