Shades of Apple #60D551
Tints of Apple #60D551
RGB
CMYK
RGB Variations
Color information
#60D551 (or 0x60D551) is known color: Apple. HEX triplet: 60, D5 and 51. RGB value is (96,213,81). Sum of RGB (Red+Green+Blue) = 96+213+81=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #60D551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D551 is #9F2AAE. Grayscale: #A3A3A3. Windows color (decimal): -10431151 or 5363040. OLE color: 5363040.
HSL color Cylindrical-coordinate representation of color #60D551: hue angle of 113.18º degrees, saturation: 0.61, 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 #60D551 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 81 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.16 |
| HSL | 113.18º | 0.61% | 0.58% | - |
| HSV(B) | 113.18º | 0.62% | 0.84% | - |
| XYZ | 30.1 | 50.67 | 15.98 | - |
| YUV | 162.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 81 | 0.55 | 0 | 0.62 | 0.16 | 113.18 | 0.61 | 0.58 |
| Hex | 60 | D5 | 51 | 37 | 0 | 3E | 10 | 71 | 3D | 3A |
| Octal | 140 | 325 | 121 | 67 | 0 | 76 | 20 | 161 | 75 | 72 |
| Binary | 1100000 | 11010101 | 1010001 | 110111 | 0 | 111110 | 10000 | 1110001 | 111101 | 111010 |
Color Harmonies of #60D551
Complementary color
Monochromatic Colors of #60D551
Black with #60D551
Text Example
Text Example
White with #60D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D551; }
p { color: rgb(96,213,81); }
H1.HeaderClassName
{
color: #60D551;
}
.AnyTagClassName
{
color: #60D551;
}
</style>
background-color css
<style>
a { background-color: #60D551; }
a { background-color: rgb(96,213,81); }
div.DivClassName
{
background-color: #60D551;
}
.BgClassName
{
background-color: #60D551;
}
</style>
border-color css
<style>
span { border-color: #60D551; }
span { border-color: rgb(96,213,81); }
td.TdClassName
{
border-color: #60D551;
}
.TagClassName
{
border-color: #60D551;
}
</style>