Shades of Apple #60E53C
Tints of Apple #60E53C
RGB
CMYK
RGB Variations
Color information
#60E53C (or 0x60E53C) is known color: Apple. HEX triplet: 60, E5 and 3C. RGB value is (96,229,60). Sum of RGB (Red+Green+Blue) = 96+229+60=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #60E53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E53C is #9F1AC3. Grayscale: #AAAAAA. Windows color (decimal): -10427076 or 3990880. OLE color: 3990880.
HSL color Cylindrical-coordinate representation of color #60E53C: hue angle of 107.22º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60E53C is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 60 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.10 |
| HSL | 107.22º | 0.76% | 0.57% | - |
| HSV(B) | 107.22º | 0.74% | 0.9% | - |
| XYZ | 33.66 | 58.85 | 13.86 | - |
| YUV | 169.97 | 65.94 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 60 | 0.58 | 0 | 0.74 | 0.10 | 107.22 | 0.76 | 0.57 |
| Hex | 60 | E5 | 3C | 3A | 0 | 4A | A | 6B | 4C | 39 |
| Octal | 140 | 345 | 74 | 72 | 0 | 112 | 12 | 153 | 114 | 71 |
| Binary | 1100000 | 11100101 | 111100 | 111010 | 0 | 1001010 | 1010 | 1101011 | 1001100 | 111001 |
Color Harmonies of #60E53C
Complementary color
Monochromatic Colors of #60E53C
Black with #60E53C
Text Example
Text Example
White with #60E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E53C; }
p { color: rgb(96,229,60); }
H1.HeaderClassName
{
color: #60E53C;
}
.AnyTagClassName
{
color: #60E53C;
}
</style>
background-color css
<style>
a { background-color: #60E53C; }
a { background-color: rgb(96,229,60); }
div.DivClassName
{
background-color: #60E53C;
}
.BgClassName
{
background-color: #60E53C;
}
</style>
border-color css
<style>
span { border-color: #60E53C; }
span { border-color: rgb(96,229,60); }
td.TdClassName
{
border-color: #60E53C;
}
.TagClassName
{
border-color: #60E53C;
}
</style>