Shades of Apple #60BF50
Tints of Apple #60BF50
RGB
CMYK
RGB Variations
Color information
#60BF50 (or 0x60BF50) is known color: Apple. HEX triplet: 60, BF and 50. RGB value is (96,191,80). Sum of RGB (Red+Green+Blue) = 96+191+80=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF50 is #9F40AF. Grayscale: #969696. Windows color (decimal): -10436784 or 5291872. OLE color: 5291872.
HSL color Cylindrical-coordinate representation of color #60BF50: hue angle of 111.35º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60BF50 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 80 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.25 |
| HSL | 111.35º | 0.46% | 0.53% | - |
| HSV(B) | 111.35º | 0.58% | 0.75% | - |
| XYZ | 24.9 | 40.33 | 14.06 | - |
| YUV | 149.94 | 88.53 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 80 | 0.50 | 0 | 0.58 | 0.25 | 111.35 | 0.46 | 0.53 |
| Hex | 60 | BF | 50 | 32 | 0 | 3A | 19 | 6F | 2E | 35 |
| Octal | 140 | 277 | 120 | 62 | 0 | 72 | 31 | 157 | 56 | 65 |
| Binary | 1100000 | 10111111 | 1010000 | 110010 | 0 | 111010 | 11001 | 1101111 | 101110 | 110101 |
Color Harmonies of #60BF50
Complementary color
Monochromatic Colors of #60BF50
Black with #60BF50
Text Example
Text Example
White with #60BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF50; }
p { color: rgb(96,191,80); }
H1.HeaderClassName
{
color: #60BF50;
}
.AnyTagClassName
{
color: #60BF50;
}
</style>
background-color css
<style>
a { background-color: #60BF50; }
a { background-color: rgb(96,191,80); }
div.DivClassName
{
background-color: #60BF50;
}
.BgClassName
{
background-color: #60BF50;
}
</style>
border-color css
<style>
span { border-color: #60BF50; }
span { border-color: rgb(96,191,80); }
td.TdClassName
{
border-color: #60BF50;
}
.TagClassName
{
border-color: #60BF50;
}
</style>