Shades of Apple #60D851
Tints of Apple #60D851
RGB
CMYK
RGB Variations
Color information
#60D851 (or 0x60D851) is known color: Apple. HEX triplet: 60, D8 and 51. RGB value is (96,216,81). Sum of RGB (Red+Green+Blue) = 96+216+81=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #60D851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D851 is #9F27AE. Grayscale: #A5A5A5. Windows color (decimal): -10430383 or 5363808. OLE color: 5363808.
HSL color Cylindrical-coordinate representation of color #60D851: hue angle of 113.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D851 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 81 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.15 |
| HSL | 113.33º | 0.63% | 0.58% | - |
| HSV(B) | 113.33º | 0.63% | 0.85% | - |
| XYZ | 30.86 | 52.19 | 16.23 | - |
| YUV | 164.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 81 | 0.56 | 0 | 0.62 | 0.15 | 113.33 | 0.63 | 0.58 |
| Hex | 60 | D8 | 51 | 38 | 0 | 3E | F | 71 | 3F | 3A |
| Octal | 140 | 330 | 121 | 70 | 0 | 76 | 17 | 161 | 77 | 72 |
| Binary | 1100000 | 11011000 | 1010001 | 111000 | 0 | 111110 | 1111 | 1110001 | 111111 | 111010 |
Color Harmonies of #60D851
Complementary color
Monochromatic Colors of #60D851
Black with #60D851
Text Example
Text Example
White with #60D851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D851; }
p { color: rgb(96,216,81); }
H1.HeaderClassName
{
color: #60D851;
}
.AnyTagClassName
{
color: #60D851;
}
</style>
background-color css
<style>
a { background-color: #60D851; }
a { background-color: rgb(96,216,81); }
div.DivClassName
{
background-color: #60D851;
}
.BgClassName
{
background-color: #60D851;
}
</style>
border-color css
<style>
span { border-color: #60D851; }
span { border-color: rgb(96,216,81); }
td.TdClassName
{
border-color: #60D851;
}
.TagClassName
{
border-color: #60D851;
}
</style>