Shades of Apple #60CB56
Tints of Apple #60CB56
RGB
CMYK
RGB Variations
Color information
#60CB56 (or 0x60CB56) is known color: Apple. HEX triplet: 60, CB and 56. RGB value is (96,203,86). Sum of RGB (Red+Green+Blue) = 96+203+86=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB56 is #9F34A9. Grayscale: #9E9E9E. Windows color (decimal): -10433706 or 5688160. OLE color: 5688160.
HSL color Cylindrical-coordinate representation of color #60CB56: hue angle of 114.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60CB56 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 86 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.20 |
| HSL | 114.87º | 0.53% | 0.57% | - |
| HSV(B) | 114.87º | 0.58% | 0.8% | - |
| XYZ | 27.86 | 45.87 | 16.19 | - |
| YUV | 157.67 | 87.55 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 86 | 0.53 | 0 | 0.58 | 0.20 | 114.87 | 0.53 | 0.57 |
| Hex | 60 | CB | 56 | 35 | 0 | 3A | 14 | 73 | 35 | 39 |
| Octal | 140 | 313 | 126 | 65 | 0 | 72 | 24 | 163 | 65 | 71 |
| Binary | 1100000 | 11001011 | 1010110 | 110101 | 0 | 111010 | 10100 | 1110011 | 110101 | 111001 |
Color Harmonies of #60CB56
Complementary color
Monochromatic Colors of #60CB56
Black with #60CB56
Text Example
Text Example
White with #60CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB56; }
p { color: rgb(96,203,86); }
H1.HeaderClassName
{
color: #60CB56;
}
.AnyTagClassName
{
color: #60CB56;
}
</style>
background-color css
<style>
a { background-color: #60CB56; }
a { background-color: rgb(96,203,86); }
div.DivClassName
{
background-color: #60CB56;
}
.BgClassName
{
background-color: #60CB56;
}
</style>
border-color css
<style>
span { border-color: #60CB56; }
span { border-color: rgb(96,203,86); }
td.TdClassName
{
border-color: #60CB56;
}
.TagClassName
{
border-color: #60CB56;
}
</style>