Shades of Apple #60D550
Tints of Apple #60D550
RGB
CMYK
RGB Variations
Color information
#60D550 (or 0x60D550) is known color: Apple. HEX triplet: 60, D5 and 50. RGB value is (96,213,80). Sum of RGB (Red+Green+Blue) = 96+213+80=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #60D550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D550 is #9F2AAF. Grayscale: #A3A3A3. Windows color (decimal): -10431152 or 5297504. OLE color: 5297504.
HSL color Cylindrical-coordinate representation of color #60D550: hue angle of 112.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D550 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 80 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.16 |
| HSL | 112.78º | 0.61% | 0.57% | - |
| HSV(B) | 112.78º | 0.62% | 0.84% | - |
| XYZ | 30.07 | 50.65 | 15.78 | - |
| YUV | 162.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 80 | 0.55 | 0 | 0.62 | 0.16 | 112.78 | 0.61 | 0.57 |
| Hex | 60 | D5 | 50 | 37 | 0 | 3E | 10 | 71 | 3D | 39 |
| Octal | 140 | 325 | 120 | 67 | 0 | 76 | 20 | 161 | 75 | 71 |
| Binary | 1100000 | 11010101 | 1010000 | 110111 | 0 | 111110 | 10000 | 1110001 | 111101 | 111001 |
Color Harmonies of #60D550
Complementary color
Monochromatic Colors of #60D550
Black with #60D550
Text Example
Text Example
White with #60D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D550; }
p { color: rgb(96,213,80); }
H1.HeaderClassName
{
color: #60D550;
}
.AnyTagClassName
{
color: #60D550;
}
</style>
background-color css
<style>
a { background-color: #60D550; }
a { background-color: rgb(96,213,80); }
div.DivClassName
{
background-color: #60D550;
}
.BgClassName
{
background-color: #60D550;
}
</style>
border-color css
<style>
span { border-color: #60D550; }
span { border-color: rgb(96,213,80); }
td.TdClassName
{
border-color: #60D550;
}
.TagClassName
{
border-color: #60D550;
}
</style>