Shades of Apple #60BB54
Tints of Apple #60BB54
RGB
CMYK
RGB Variations
Color information
#60BB54 (or 0x60BB54) is known color: Apple. HEX triplet: 60, BB and 54. RGB value is (96,187,84). Sum of RGB (Red+Green+Blue) = 96+187+84=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BB54 is #9F44AB. Grayscale: #949494. Windows color (decimal): -10437804 or 5552992. OLE color: 5552992.
HSL color Cylindrical-coordinate representation of color #60BB54: hue angle of 113.01º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BB54 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 187 | 84 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.27 |
| HSL | 113.01º | 0.43% | 0.53% | - |
| HSV(B) | 113.01º | 0.55% | 0.73% | - |
| XYZ | 24.19 | 38.67 | 14.58 | - |
| YUV | 148.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 84 | 0.49 | 0 | 0.55 | 0.27 | 113.01 | 0.43 | 0.53 |
| Hex | 60 | BB | 54 | 31 | 0 | 37 | 1B | 71 | 2B | 35 |
| Octal | 140 | 273 | 124 | 61 | 0 | 67 | 33 | 161 | 53 | 65 |
| Binary | 1100000 | 10111011 | 1010100 | 110001 | 0 | 110111 | 11011 | 1110001 | 101011 | 110101 |
Color Harmonies of #60BB54
Complementary color
Monochromatic Colors of #60BB54
Black with #60BB54
Text Example
Text Example
White with #60BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BB54; }
p { color: rgb(96,187,84); }
H1.HeaderClassName
{
color: #60BB54;
}
.AnyTagClassName
{
color: #60BB54;
}
</style>
background-color css
<style>
a { background-color: #60BB54; }
a { background-color: rgb(96,187,84); }
div.DivClassName
{
background-color: #60BB54;
}
.BgClassName
{
background-color: #60BB54;
}
</style>
border-color css
<style>
span { border-color: #60BB54; }
span { border-color: rgb(96,187,84); }
td.TdClassName
{
border-color: #60BB54;
}
.TagClassName
{
border-color: #60BB54;
}
</style>