Shades of Apple #60E53D
Tints of Apple #60E53D
RGB
CMYK
RGB Variations
Color information
#60E53D (or 0x60E53D) is known color: Apple. HEX triplet: 60, E5 and 3D. RGB value is (96,229,61). Sum of RGB (Red+Green+Blue) = 96+229+61=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #60E53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E53D is #9F1AC2. Grayscale: #AAAAAA. Windows color (decimal): -10427075 or 4056416. OLE color: 4056416.
HSL color Cylindrical-coordinate representation of color #60E53D: hue angle of 107.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60E53D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 61 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.10 |
| HSL | 107.5º | 0.76% | 0.57% | - |
| HSV(B) | 107.5º | 0.73% | 0.9% | - |
| XYZ | 33.69 | 58.86 | 14 | - |
| YUV | 170.08 | 66.44 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 61 | 0.58 | 0 | 0.73 | 0.10 | 107.5 | 0.76 | 0.57 |
| Hex | 60 | E5 | 3D | 3A | 0 | 49 | A | 6C | 4C | 39 |
| Octal | 140 | 345 | 75 | 72 | 0 | 111 | 12 | 154 | 114 | 71 |
| Binary | 1100000 | 11100101 | 111101 | 111010 | 0 | 1001001 | 1010 | 1101100 | 1001100 | 111001 |
Color Harmonies of #60E53D
Complementary color
Monochromatic Colors of #60E53D
Black with #60E53D
Text Example
Text Example
White with #60E53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E53D; }
p { color: rgb(96,229,61); }
H1.HeaderClassName
{
color: #60E53D;
}
.AnyTagClassName
{
color: #60E53D;
}
</style>
background-color css
<style>
a { background-color: #60E53D; }
a { background-color: rgb(96,229,61); }
div.DivClassName
{
background-color: #60E53D;
}
.BgClassName
{
background-color: #60E53D;
}
</style>
border-color css
<style>
span { border-color: #60E53D; }
span { border-color: rgb(96,229,61); }
td.TdClassName
{
border-color: #60E53D;
}
.TagClassName
{
border-color: #60E53D;
}
</style>