Shades of Apple #60CE53
Tints of Apple #60CE53
RGB
CMYK
RGB Variations
Color information
#60CE53 (or 0x60CE53) is known color: Apple. HEX triplet: 60, CE and 53. RGB value is (96,206,83). Sum of RGB (Red+Green+Blue) = 96+206+83=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CE53 is #9F31AC. Grayscale: #9F9F9F. Windows color (decimal): -10432941 or 5492320. OLE color: 5492320.
HSL color Cylindrical-coordinate representation of color #60CE53: hue angle of 113.66º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CE53 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 83 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.19 |
| HSL | 113.66º | 0.56% | 0.57% | - |
| HSV(B) | 113.66º | 0.6% | 0.81% | - |
| XYZ | 28.46 | 47.25 | 15.8 | - |
| YUV | 159.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 83 | 0.53 | 0 | 0.60 | 0.19 | 113.66 | 0.56 | 0.57 |
| Hex | 60 | CE | 53 | 35 | 0 | 3C | 13 | 72 | 38 | 39 |
| Octal | 140 | 316 | 123 | 65 | 0 | 74 | 23 | 162 | 70 | 71 |
| Binary | 1100000 | 11001110 | 1010011 | 110101 | 0 | 111100 | 10011 | 1110010 | 111000 | 111001 |
Color Harmonies of #60CE53
Complementary color
Monochromatic Colors of #60CE53
Black with #60CE53
Text Example
Text Example
White with #60CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE53; }
p { color: rgb(96,206,83); }
H1.HeaderClassName
{
color: #60CE53;
}
.AnyTagClassName
{
color: #60CE53;
}
</style>
background-color css
<style>
a { background-color: #60CE53; }
a { background-color: rgb(96,206,83); }
div.DivClassName
{
background-color: #60CE53;
}
.BgClassName
{
background-color: #60CE53;
}
</style>
border-color css
<style>
span { border-color: #60CE53; }
span { border-color: rgb(96,206,83); }
td.TdClassName
{
border-color: #60CE53;
}
.TagClassName
{
border-color: #60CE53;
}
</style>