Shades of Apple #5EBC54
Tints of Apple #5EBC54
RGB
CMYK
RGB Variations
Color information
#5EBC54 (or 0x5EBC54) is known color: Apple. HEX triplet: 5E, BC and 54. RGB value is (94,188,84). Sum of RGB (Red+Green+Blue) = 94+188+84=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC54 is #A143AB. Grayscale: #949494. Windows color (decimal): -10568620 or 5553246. OLE color: 5553246.
HSL color Cylindrical-coordinate representation of color #5EBC54: hue angle of 114.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBC54 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 84 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.26 |
| HSL | 114.23º | 0.44% | 0.53% | - |
| HSV(B) | 114.23º | 0.55% | 0.74% | - |
| XYZ | 24.2 | 38.99 | 14.64 | - |
| YUV | 148.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 84 | 0.50 | 0 | 0.55 | 0.26 | 114.23 | 0.44 | 0.53 |
| Hex | 5E | BC | 54 | 32 | 0 | 37 | 1A | 72 | 2C | 35 |
| Octal | 136 | 274 | 124 | 62 | 0 | 67 | 32 | 162 | 54 | 65 |
| Binary | 1011110 | 10111100 | 1010100 | 110010 | 0 | 110111 | 11010 | 1110010 | 101100 | 110101 |
Color Harmonies of #5EBC54
Complementary color
Monochromatic Colors of #5EBC54
Black with #5EBC54
Text Example
Text Example
White with #5EBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC54; }
p { color: rgb(94,188,84); }
H1.HeaderClassName
{
color: #5EBC54;
}
.AnyTagClassName
{
color: #5EBC54;
}
</style>
background-color css
<style>
a { background-color: #5EBC54; }
a { background-color: rgb(94,188,84); }
div.DivClassName
{
background-color: #5EBC54;
}
.BgClassName
{
background-color: #5EBC54;
}
</style>
border-color css
<style>
span { border-color: #5EBC54; }
span { border-color: rgb(94,188,84); }
td.TdClassName
{
border-color: #5EBC54;
}
.TagClassName
{
border-color: #5EBC54;
}
</style>