Shades of Apple #60E141
Tints of Apple #60E141
RGB
CMYK
RGB Variations
Color information
#60E141 (or 0x60E141) is known color: Apple. HEX triplet: 60, E1 and 41. RGB value is (96,225,65). Sum of RGB (Red+Green+Blue) = 96+225+65=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #60E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E141 is #9F1EBE. Grayscale: #A8A8A8. Windows color (decimal): -10428095 or 4317536. OLE color: 4317536.
HSL color Cylindrical-coordinate representation of color #60E141: hue angle of 108.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60E141 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 225 | 65 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.12 |
| HSL | 108.38º | 0.73% | 0.57% | - |
| HSV(B) | 108.38º | 0.71% | 0.88% | - |
| XYZ | 32.7 | 56.72 | 14.23 | - |
| YUV | 168.19 | 69.76 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 225 | 65 | 0.57 | 0 | 0.71 | 0.12 | 108.38 | 0.73 | 0.57 |
| Hex | 60 | E1 | 41 | 39 | 0 | 47 | C | 6C | 49 | 39 |
| Octal | 140 | 341 | 101 | 71 | 0 | 107 | 14 | 154 | 111 | 71 |
| Binary | 1100000 | 11100001 | 1000001 | 111001 | 0 | 1000111 | 1100 | 1101100 | 1001001 | 111001 |
Color Harmonies of #60E141
Complementary color
Monochromatic Colors of #60E141
Black with #60E141
Text Example
Text Example
White with #60E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E141; }
p { color: rgb(96,225,65); }
H1.HeaderClassName
{
color: #60E141;
}
.AnyTagClassName
{
color: #60E141;
}
</style>
background-color css
<style>
a { background-color: #60E141; }
a { background-color: rgb(96,225,65); }
div.DivClassName
{
background-color: #60E141;
}
.BgClassName
{
background-color: #60E141;
}
</style>
border-color css
<style>
span { border-color: #60E141; }
span { border-color: rgb(96,225,65); }
td.TdClassName
{
border-color: #60E141;
}
.TagClassName
{
border-color: #60E141;
}
</style>