Shades of Apple #60D539
Tints of Apple #60D539
RGB
CMYK
RGB Variations
Color information
#60D539 (or 0x60D539) is known color: Apple. HEX triplet: 60, D5 and 39. RGB value is (96,213,57). Sum of RGB (Red+Green+Blue) = 96+213+57=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #60D539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D539 is #9F2AC6. Grayscale: #A0A0A0. Windows color (decimal): -10431175 or 3790176. OLE color: 3790176.
HSL color Cylindrical-coordinate representation of color #60D539: hue angle of 105º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60D539 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 57 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.16 |
| HSL | 105º | 0.65% | 0.53% | - |
| HSV(B) | 105º | 0.73% | 0.84% | - |
| XYZ | 29.36 | 50.37 | 12.05 | - |
| YUV | 160.23 | 69.74 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 57 | 0.55 | 0 | 0.73 | 0.16 | 105 | 0.65 | 0.53 |
| Hex | 60 | D5 | 39 | 37 | 0 | 49 | 10 | 69 | 41 | 35 |
| Octal | 140 | 325 | 71 | 67 | 0 | 111 | 20 | 151 | 101 | 65 |
| Binary | 1100000 | 11010101 | 111001 | 110111 | 0 | 1001001 | 10000 | 1101001 | 1000001 | 110101 |
Color Harmonies of #60D539
Complementary color
Monochromatic Colors of #60D539
Black with #60D539
Text Example
Text Example
White with #60D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D539; }
p { color: rgb(96,213,57); }
H1.HeaderClassName
{
color: #60D539;
}
.AnyTagClassName
{
color: #60D539;
}
</style>
background-color css
<style>
a { background-color: #60D539; }
a { background-color: rgb(96,213,57); }
div.DivClassName
{
background-color: #60D539;
}
.BgClassName
{
background-color: #60D539;
}
</style>
border-color css
<style>
span { border-color: #60D539; }
span { border-color: rgb(96,213,57); }
td.TdClassName
{
border-color: #60D539;
}
.TagClassName
{
border-color: #60D539;
}
</style>