Shades of Mindaro #D7F560
Tints of Mindaro #D7F560
RGB
CMYK
RGB Variations
Color information
#D7F560 (or 0xD7F560) is known color: Mindaro. HEX triplet: D7, F5 and 60. RGB value is (215,245,96). Sum of RGB (Red+Green+Blue) = 215+245+96=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F560 is #280A9F. Grayscale: #DBDBDB. Windows color (decimal): -2624160 or 6354391. OLE color: 6354391.
HSL color Cylindrical-coordinate representation of color #D7F560: hue angle of 72.08º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7F560 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 96 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.04 |
| HSL | 72.08º | 0.88% | 0.67% | - |
| HSV(B) | 72.08º | 0.61% | 0.96% | - |
| XYZ | 62.79 | 80.6 | 23.31 | - |
| YUV | 219.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 96 | 0.12 | 0 | 0.61 | 0.04 | 72.08 | 0.88 | 0.67 |
| Hex | D7 | F5 | 60 | C | 0 | 3D | 4 | 48 | 58 | 43 |
| Octal | 327 | 365 | 140 | 14 | 0 | 75 | 4 | 110 | 130 | 103 |
| Binary | 11010111 | 11110101 | 1100000 | 1100 | 0 | 111101 | 100 | 1001000 | 1011000 | 1000011 |
Color Harmonies of #D7F560
Complementary color
Monochromatic Colors of #D7F560
Black with #D7F560
Text Example
Text Example
White with #D7F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F560; }
p { color: rgb(215,245,96); }
H1.HeaderClassName
{
color: #D7F560;
}
.AnyTagClassName
{
color: #D7F560;
}
</style>
background-color css
<style>
a { background-color: #D7F560; }
a { background-color: rgb(215,245,96); }
div.DivClassName
{
background-color: #D7F560;
}
.BgClassName
{
background-color: #D7F560;
}
</style>
border-color css
<style>
span { border-color: #D7F560; }
span { border-color: rgb(215,245,96); }
td.TdClassName
{
border-color: #D7F560;
}
.TagClassName
{
border-color: #D7F560;
}
</style>