Shades of Apple #60E240
Tints of Apple #60E240
RGB
CMYK
RGB Variations
Color information
#60E240 (or 0x60E240) is known color: Apple. HEX triplet: 60, E2 and 40. RGB value is (96,226,64). Sum of RGB (Red+Green+Blue) = 96+226+64=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #60E240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E240 is #9F1DBF. Grayscale: #A9A9A9. Windows color (decimal): -10427840 or 4252256. OLE color: 4252256.
HSL color Cylindrical-coordinate representation of color #60E240: hue angle of 108.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60E240 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 64 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.11 |
| HSL | 108.15º | 0.74% | 0.57% | - |
| HSV(B) | 108.15º | 0.72% | 0.89% | - |
| XYZ | 32.95 | 57.25 | 14.16 | - |
| YUV | 168.66 | 68.93 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 64 | 0.58 | 0 | 0.72 | 0.11 | 108.15 | 0.74 | 0.57 |
| Hex | 60 | E2 | 40 | 3A | 0 | 48 | B | 6C | 4A | 39 |
| Octal | 140 | 342 | 100 | 72 | 0 | 110 | 13 | 154 | 112 | 71 |
| Binary | 1100000 | 11100010 | 1000000 | 111010 | 0 | 1001000 | 1011 | 1101100 | 1001010 | 111001 |
Color Harmonies of #60E240
Complementary color
Monochromatic Colors of #60E240
Black with #60E240
Text Example
Text Example
White with #60E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E240; }
p { color: rgb(96,226,64); }
H1.HeaderClassName
{
color: #60E240;
}
.AnyTagClassName
{
color: #60E240;
}
</style>
background-color css
<style>
a { background-color: #60E240; }
a { background-color: rgb(96,226,64); }
div.DivClassName
{
background-color: #60E240;
}
.BgClassName
{
background-color: #60E240;
}
</style>
border-color css
<style>
span { border-color: #60E240; }
span { border-color: rgb(96,226,64); }
td.TdClassName
{
border-color: #60E240;
}
.TagClassName
{
border-color: #60E240;
}
</style>