Shades of Apple #60E041
Tints of Apple #60E041
RGB
CMYK
RGB Variations
Color information
#60E041 (or 0x60E041) is known color: Apple. HEX triplet: 60, E0 and 41. RGB value is (96,224,65). Sum of RGB (Red+Green+Blue) = 96+224+65=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #60E041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E041 is #9F1FBE. Grayscale: #A8A8A8. Windows color (decimal): -10428351 or 4317280. OLE color: 4317280.
HSL color Cylindrical-coordinate representation of color #60E041: hue angle of 108.3º degrees, saturation: 0.72, 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 #60E041 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 65 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.12 |
| HSL | 108.3º | 0.72% | 0.57% | - |
| HSV(B) | 108.3º | 0.71% | 0.88% | - |
| XYZ | 32.43 | 56.18 | 14.14 | - |
| YUV | 167.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 65 | 0.57 | 0 | 0.71 | 0.12 | 108.3 | 0.72 | 0.57 |
| Hex | 60 | E0 | 41 | 39 | 0 | 47 | C | 6C | 48 | 39 |
| Octal | 140 | 340 | 101 | 71 | 0 | 107 | 14 | 154 | 110 | 71 |
| Binary | 1100000 | 11100000 | 1000001 | 111001 | 0 | 1000111 | 1100 | 1101100 | 1001000 | 111001 |
Color Harmonies of #60E041
Complementary color
Monochromatic Colors of #60E041
Black with #60E041
Text Example
Text Example
White with #60E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E041; }
p { color: rgb(96,224,65); }
H1.HeaderClassName
{
color: #60E041;
}
.AnyTagClassName
{
color: #60E041;
}
</style>
background-color css
<style>
a { background-color: #60E041; }
a { background-color: rgb(96,224,65); }
div.DivClassName
{
background-color: #60E041;
}
.BgClassName
{
background-color: #60E041;
}
</style>
border-color css
<style>
span { border-color: #60E041; }
span { border-color: rgb(96,224,65); }
td.TdClassName
{
border-color: #60E041;
}
.TagClassName
{
border-color: #60E041;
}
</style>