Shades of Apple #60BC57
Tints of Apple #60BC57
RGB
CMYK
RGB Variations
Color information
#60BC57 (or 0x60BC57) is known color: Apple. HEX triplet: 60, BC and 57. RGB value is (96,188,87). Sum of RGB (Red+Green+Blue) = 96+188+87=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC57 is #9F43A8. Grayscale: #959595. Windows color (decimal): -10437545 or 5749856. OLE color: 5749856.
HSL color Cylindrical-coordinate representation of color #60BC57: hue angle of 114.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60BC57 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 87 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.26 |
| HSL | 114.65º | 0.43% | 0.54% | - |
| HSV(B) | 114.65º | 0.54% | 0.74% | - |
| XYZ | 24.53 | 39.14 | 15.28 | - |
| YUV | 148.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 87 | 0.49 | 0 | 0.54 | 0.26 | 114.65 | 0.43 | 0.54 |
| Hex | 60 | BC | 57 | 31 | 0 | 36 | 1A | 73 | 2B | 36 |
| Octal | 140 | 274 | 127 | 61 | 0 | 66 | 32 | 163 | 53 | 66 |
| Binary | 1100000 | 10111100 | 1010111 | 110001 | 0 | 110110 | 11010 | 1110011 | 101011 | 110110 |
Color Harmonies of #60BC57
Complementary color
Monochromatic Colors of #60BC57
Black with #60BC57
Text Example
Text Example
White with #60BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC57; }
p { color: rgb(96,188,87); }
H1.HeaderClassName
{
color: #60BC57;
}
.AnyTagClassName
{
color: #60BC57;
}
</style>
background-color css
<style>
a { background-color: #60BC57; }
a { background-color: rgb(96,188,87); }
div.DivClassName
{
background-color: #60BC57;
}
.BgClassName
{
background-color: #60BC57;
}
</style>
border-color css
<style>
span { border-color: #60BC57; }
span { border-color: rgb(96,188,87); }
td.TdClassName
{
border-color: #60BC57;
}
.TagClassName
{
border-color: #60BC57;
}
</style>