Shades of Apple #5EBC56
Tints of Apple #5EBC56
RGB
CMYK
RGB Variations
Color information
#5EBC56 (or 0x5EBC56) is known color: Apple. HEX triplet: 5E, BC and 56. RGB value is (94,188,86). Sum of RGB (Red+Green+Blue) = 94+188+86=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC56 is #A143A9. Grayscale: #949494. Windows color (decimal): -10568618 or 5684318. OLE color: 5684318.
HSL color Cylindrical-coordinate representation of color #5EBC56: hue angle of 115.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBC56 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 86 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.26 |
| HSL | 115.29º | 0.43% | 0.54% | - |
| HSV(B) | 115.29º | 0.54% | 0.74% | - |
| XYZ | 24.28 | 39.02 | 15.06 | - |
| YUV | 148.27 | 92.86 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 86 | 0.50 | 0 | 0.54 | 0.26 | 115.29 | 0.43 | 0.54 |
| Hex | 5E | BC | 56 | 32 | 0 | 36 | 1A | 73 | 2B | 36 |
| Octal | 136 | 274 | 126 | 62 | 0 | 66 | 32 | 163 | 53 | 66 |
| Binary | 1011110 | 10111100 | 1010110 | 110010 | 0 | 110110 | 11010 | 1110011 | 101011 | 110110 |
Color Harmonies of #5EBC56
Complementary color
Monochromatic Colors of #5EBC56
Black with #5EBC56
Text Example
Text Example
White with #5EBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC56; }
p { color: rgb(94,188,86); }
H1.HeaderClassName
{
color: #5EBC56;
}
.AnyTagClassName
{
color: #5EBC56;
}
</style>
background-color css
<style>
a { background-color: #5EBC56; }
a { background-color: rgb(94,188,86); }
div.DivClassName
{
background-color: #5EBC56;
}
.BgClassName
{
background-color: #5EBC56;
}
</style>
border-color css
<style>
span { border-color: #5EBC56; }
span { border-color: rgb(94,188,86); }
td.TdClassName
{
border-color: #5EBC56;
}
.TagClassName
{
border-color: #5EBC56;
}
</style>