Shades of Mindaro #D7FF60
Tints of Mindaro #D7FF60
RGB
CMYK
RGB Variations
Color information
#D7FF60 (or 0xD7FF60) is known color: Mindaro. HEX triplet: D7, FF and 60. RGB value is (215,255,96). Sum of RGB (Red+Green+Blue) = 215+255+96=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF60 is #28009F. Grayscale: #E1E1E1. Windows color (decimal): -2621600 or 6356951. OLE color: 6356951.
HSL color Cylindrical-coordinate representation of color #D7FF60: hue angle of 75.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7FF60 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 96 | - |
| CMYK | 0.16 | 0 | 0.62 | 0 |
| HSL | 75.09º | 1% | 0.69% | - |
| HSV(B) | 75.09º | 0.62% | 1% | - |
| XYZ | 65.9 | 86.81 | 24.35 | - |
| YUV | 224.91 | 55.25 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 96 | 0.16 | 0 | 0.62 | 0 | 75.09 | 1 | 0.69 |
| Hex | D7 | FF | 60 | 10 | 0 | 3E | 0 | 4B | 64 | 45 |
| Octal | 327 | 377 | 140 | 20 | 0 | 76 | 0 | 113 | 144 | 105 |
| Binary | 11010111 | 11111111 | 1100000 | 10000 | 0 | 111110 | 0 | 1001011 | 1100100 | 1000101 |
Color Harmonies of #D7FF60
Complementary color
Monochromatic Colors of #D7FF60
Black with #D7FF60
Text Example
Text Example
White with #D7FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF60; }
p { color: rgb(215,255,96); }
H1.HeaderClassName
{
color: #D7FF60;
}
.AnyTagClassName
{
color: #D7FF60;
}
</style>
background-color css
<style>
a { background-color: #D7FF60; }
a { background-color: rgb(215,255,96); }
div.DivClassName
{
background-color: #D7FF60;
}
.BgClassName
{
background-color: #D7FF60;
}
</style>
border-color css
<style>
span { border-color: #D7FF60; }
span { border-color: rgb(215,255,96); }
td.TdClassName
{
border-color: #D7FF60;
}
.TagClassName
{
border-color: #D7FF60;
}
</style>