Shades of Mindaro #D7F072
Tints of Mindaro #D7F072
RGB
CMYK
RGB Variations
Color information
#D7F072 (or 0xD7F072) is known color: Mindaro. HEX triplet: D7, F0 and 72. RGB value is (215,240,114). Sum of RGB (Red+Green+Blue) = 215+240+114=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F072 is #280F8D. Grayscale: #DADADA. Windows color (decimal): -2625422 or 7532759. OLE color: 7532759.
HSL color Cylindrical-coordinate representation of color #D7F072: hue angle of 71.9º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7F072 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 114 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.06 |
| HSL | 71.9º | 0.81% | 0.69% | - |
| HSV(B) | 71.9º | 0.53% | 0.94% | - |
| XYZ | 62.22 | 77.98 | 27.69 | - |
| YUV | 218.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 114 | 0.10 | 0 | 0.52 | 0.06 | 71.9 | 0.81 | 0.69 |
| Hex | D7 | F0 | 72 | A | 0 | 34 | 6 | 48 | 51 | 45 |
| Octal | 327 | 360 | 162 | 12 | 0 | 64 | 6 | 110 | 121 | 105 |
| Binary | 11010111 | 11110000 | 1110010 | 1010 | 0 | 110100 | 110 | 1001000 | 1010001 | 1000101 |
Color Harmonies of #D7F072
Complementary color
Monochromatic Colors of #D7F072
Black with #D7F072
Text Example
Text Example
White with #D7F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F072; }
p { color: rgb(215,240,114); }
H1.HeaderClassName
{
color: #D7F072;
}
.AnyTagClassName
{
color: #D7F072;
}
</style>
background-color css
<style>
a { background-color: #D7F072; }
a { background-color: rgb(215,240,114); }
div.DivClassName
{
background-color: #D7F072;
}
.BgClassName
{
background-color: #D7F072;
}
</style>
border-color css
<style>
span { border-color: #D7F072; }
span { border-color: rgb(215,240,114); }
td.TdClassName
{
border-color: #D7F072;
}
.TagClassName
{
border-color: #D7F072;
}
</style>