Shades of Apple #5EC056
Tints of Apple #5EC056
RGB
CMYK
RGB Variations
Color information
#5EC056 (or 0x5EC056) is known color: Apple. HEX triplet: 5E, C0 and 56. RGB value is (94,192,86). Sum of RGB (Red+Green+Blue) = 94+192+86=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC056 is #A13FA9. Grayscale: #969696. Windows color (decimal): -10567594 or 5685342. OLE color: 5685342.
HSL color Cylindrical-coordinate representation of color #5EC056: hue angle of 115.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EC056 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 86 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.25 |
| HSL | 115.47º | 0.46% | 0.55% | - |
| HSV(B) | 115.47º | 0.55% | 0.75% | - |
| XYZ | 25.15 | 40.75 | 15.34 | - |
| YUV | 150.61 | 91.53 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 86 | 0.51 | 0 | 0.55 | 0.25 | 115.47 | 0.46 | 0.55 |
| Hex | 5E | C0 | 56 | 33 | 0 | 37 | 19 | 73 | 2E | 37 |
| Octal | 136 | 300 | 126 | 63 | 0 | 67 | 31 | 163 | 56 | 67 |
| Binary | 1011110 | 11000000 | 1010110 | 110011 | 0 | 110111 | 11001 | 1110011 | 101110 | 110111 |
Color Harmonies of #5EC056
Complementary color
Monochromatic Colors of #5EC056
Black with #5EC056
Text Example
Text Example
White with #5EC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC056; }
p { color: rgb(94,192,86); }
H1.HeaderClassName
{
color: #5EC056;
}
.AnyTagClassName
{
color: #5EC056;
}
</style>
background-color css
<style>
a { background-color: #5EC056; }
a { background-color: rgb(94,192,86); }
div.DivClassName
{
background-color: #5EC056;
}
.BgClassName
{
background-color: #5EC056;
}
</style>
border-color css
<style>
span { border-color: #5EC056; }
span { border-color: rgb(94,192,86); }
td.TdClassName
{
border-color: #5EC056;
}
.TagClassName
{
border-color: #5EC056;
}
</style>