Shades of Apple #60E538
Tints of Apple #60E538
RGB
CMYK
RGB Variations
Color information
#60E538 (or 0x60E538) is known color: Apple. HEX triplet: 60, E5 and 38. RGB value is (96,229,56). Sum of RGB (Red+Green+Blue) = 96+229+56=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #60E538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E538 is #9F1AC7. Grayscale: #AAAAAA. Windows color (decimal): -10427080 or 3728736. OLE color: 3728736.
HSL color Cylindrical-coordinate representation of color #60E538: hue angle of 106.13º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60E538 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 56 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.10 |
| HSL | 106.13º | 0.77% | 0.56% | - |
| HSV(B) | 106.13º | 0.76% | 0.9% | - |
| XYZ | 33.56 | 58.81 | 13.32 | - |
| YUV | 169.51 | 63.94 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 56 | 0.58 | 0 | 0.76 | 0.10 | 106.13 | 0.77 | 0.56 |
| Hex | 60 | E5 | 38 | 3A | 0 | 4C | A | 6A | 4D | 38 |
| Octal | 140 | 345 | 70 | 72 | 0 | 114 | 12 | 152 | 115 | 70 |
| Binary | 1100000 | 11100101 | 111000 | 111010 | 0 | 1001100 | 1010 | 1101010 | 1001101 | 111000 |
Color Harmonies of #60E538
Complementary color
Monochromatic Colors of #60E538
Black with #60E538
Text Example
Text Example
White with #60E538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E538; }
p { color: rgb(96,229,56); }
H1.HeaderClassName
{
color: #60E538;
}
.AnyTagClassName
{
color: #60E538;
}
</style>
background-color css
<style>
a { background-color: #60E538; }
a { background-color: rgb(96,229,56); }
div.DivClassName
{
background-color: #60E538;
}
.BgClassName
{
background-color: #60E538;
}
</style>
border-color css
<style>
span { border-color: #60E538; }
span { border-color: rgb(96,229,56); }
td.TdClassName
{
border-color: #60E538;
}
.TagClassName
{
border-color: #60E538;
}
</style>