Shades of Apple #60BC50
Tints of Apple #60BC50
RGB
CMYK
RGB Variations
Color information
#60BC50 (or 0x60BC50) is known color: Apple. HEX triplet: 60, BC and 50. RGB value is (96,188,80). Sum of RGB (Red+Green+Blue) = 96+188+80=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC50 is #9F43AF. Grayscale: #949494. Windows color (decimal): -10437552 or 5291104. OLE color: 5291104.
HSL color Cylindrical-coordinate representation of color #60BC50: hue angle of 111.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BC50 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 80 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.26 |
| HSL | 111.11º | 0.45% | 0.53% | - |
| HSV(B) | 111.11º | 0.57% | 0.74% | - |
| XYZ | 24.26 | 39.03 | 13.85 | - |
| YUV | 148.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 80 | 0.49 | 0 | 0.57 | 0.26 | 111.11 | 0.45 | 0.53 |
| Hex | 60 | BC | 50 | 31 | 0 | 39 | 1A | 6F | 2D | 35 |
| Octal | 140 | 274 | 120 | 61 | 0 | 71 | 32 | 157 | 55 | 65 |
| Binary | 1100000 | 10111100 | 1010000 | 110001 | 0 | 111001 | 11010 | 1101111 | 101101 | 110101 |
Color Harmonies of #60BC50
Complementary color
Monochromatic Colors of #60BC50
Black with #60BC50
Text Example
Text Example
White with #60BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC50; }
p { color: rgb(96,188,80); }
H1.HeaderClassName
{
color: #60BC50;
}
.AnyTagClassName
{
color: #60BC50;
}
</style>
background-color css
<style>
a { background-color: #60BC50; }
a { background-color: rgb(96,188,80); }
div.DivClassName
{
background-color: #60BC50;
}
.BgClassName
{
background-color: #60BC50;
}
</style>
border-color css
<style>
span { border-color: #60BC50; }
span { border-color: rgb(96,188,80); }
td.TdClassName
{
border-color: #60BC50;
}
.TagClassName
{
border-color: #60BC50;
}
</style>