Shades of Apple #60D537
Tints of Apple #60D537
RGB
CMYK
RGB Variations
Color information
#60D537 (or 0x60D537) is known color: Apple. HEX triplet: 60, D5 and 37. RGB value is (96,213,55). Sum of RGB (Red+Green+Blue) = 96+213+55=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #60D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D537 is #9F2AC8. Grayscale: #A0A0A0. Windows color (decimal): -10431177 or 3659104. OLE color: 3659104.
HSL color Cylindrical-coordinate representation of color #60D537: hue angle of 104.43º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60D537 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 55 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.16 |
| HSL | 104.43º | 0.65% | 0.53% | - |
| HSV(B) | 104.43º | 0.74% | 0.84% | - |
| XYZ | 29.31 | 50.35 | 11.79 | - |
| YUV | 160.01 | 68.74 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 55 | 0.55 | 0 | 0.74 | 0.16 | 104.43 | 0.65 | 0.53 |
| Hex | 60 | D5 | 37 | 37 | 0 | 4A | 10 | 68 | 41 | 35 |
| Octal | 140 | 325 | 67 | 67 | 0 | 112 | 20 | 150 | 101 | 65 |
| Binary | 1100000 | 11010101 | 110111 | 110111 | 0 | 1001010 | 10000 | 1101000 | 1000001 | 110101 |
Color Harmonies of #60D537
Complementary color
Monochromatic Colors of #60D537
Black with #60D537
Text Example
Text Example
White with #60D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D537; }
p { color: rgb(96,213,55); }
H1.HeaderClassName
{
color: #60D537;
}
.AnyTagClassName
{
color: #60D537;
}
</style>
background-color css
<style>
a { background-color: #60D537; }
a { background-color: rgb(96,213,55); }
div.DivClassName
{
background-color: #60D537;
}
.BgClassName
{
background-color: #60D537;
}
</style>
border-color css
<style>
span { border-color: #60D537; }
span { border-color: rgb(96,213,55); }
td.TdClassName
{
border-color: #60D537;
}
.TagClassName
{
border-color: #60D537;
}
</style>