Shades of Apple #60D751
Tints of Apple #60D751
RGB
CMYK
RGB Variations
Color information
#60D751 (or 0x60D751) is known color: Apple. HEX triplet: 60, D7 and 51. RGB value is (96,215,81). Sum of RGB (Red+Green+Blue) = 96+215+81=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #60D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D751 is #9F28AE. Grayscale: #A4A4A4. Windows color (decimal): -10430639 or 5363552. OLE color: 5363552.
HSL color Cylindrical-coordinate representation of color #60D751: hue angle of 113.28º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D751 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 81 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.16 |
| HSL | 113.28º | 0.63% | 0.58% | - |
| HSV(B) | 113.28º | 0.62% | 0.84% | - |
| XYZ | 30.61 | 51.68 | 16.15 | - |
| YUV | 164.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 81 | 0.55 | 0 | 0.62 | 0.16 | 113.28 | 0.63 | 0.58 |
| Hex | 60 | D7 | 51 | 37 | 0 | 3E | 10 | 71 | 3F | 3A |
| Octal | 140 | 327 | 121 | 67 | 0 | 76 | 20 | 161 | 77 | 72 |
| Binary | 1100000 | 11010111 | 1010001 | 110111 | 0 | 111110 | 10000 | 1110001 | 111111 | 111010 |
Color Harmonies of #60D751
Complementary color
Monochromatic Colors of #60D751
Black with #60D751
Text Example
Text Example
White with #60D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D751; }
p { color: rgb(96,215,81); }
H1.HeaderClassName
{
color: #60D751;
}
.AnyTagClassName
{
color: #60D751;
}
</style>
background-color css
<style>
a { background-color: #60D751; }
a { background-color: rgb(96,215,81); }
div.DivClassName
{
background-color: #60D751;
}
.BgClassName
{
background-color: #60D751;
}
</style>
border-color css
<style>
span { border-color: #60D751; }
span { border-color: rgb(96,215,81); }
td.TdClassName
{
border-color: #60D751;
}
.TagClassName
{
border-color: #60D751;
}
</style>