Shades of Apple #5EBC57
Tints of Apple #5EBC57
RGB
CMYK
RGB Variations
Color information
#5EBC57 (or 0x5EBC57) is known color: Apple. HEX triplet: 5E, BC and 57. RGB value is (94,188,87). Sum of RGB (Red+Green+Blue) = 94+188+87=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC57 is #A143A8. Grayscale: #949494. Windows color (decimal): -10568617 or 5749854. OLE color: 5749854.
HSL color Cylindrical-coordinate representation of color #5EBC57: hue angle of 115.84º 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 #5EBC57 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 87 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.26 |
| HSL | 115.84º | 0.43% | 0.54% | - |
| HSV(B) | 115.84º | 0.54% | 0.74% | - |
| XYZ | 24.32 | 39.03 | 15.27 | - |
| YUV | 148.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 87 | 0.50 | 0 | 0.54 | 0.26 | 115.84 | 0.43 | 0.54 |
| Hex | 5E | BC | 57 | 32 | 0 | 36 | 1A | 74 | 2B | 36 |
| Octal | 136 | 274 | 127 | 62 | 0 | 66 | 32 | 164 | 53 | 66 |
| Binary | 1011110 | 10111100 | 1010111 | 110010 | 0 | 110110 | 11010 | 1110100 | 101011 | 110110 |
Color Harmonies of #5EBC57
Complementary color
Monochromatic Colors of #5EBC57
Black with #5EBC57
Text Example
Text Example
White with #5EBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC57; }
p { color: rgb(94,188,87); }
H1.HeaderClassName
{
color: #5EBC57;
}
.AnyTagClassName
{
color: #5EBC57;
}
</style>
background-color css
<style>
a { background-color: #5EBC57; }
a { background-color: rgb(94,188,87); }
div.DivClassName
{
background-color: #5EBC57;
}
.BgClassName
{
background-color: #5EBC57;
}
</style>
border-color css
<style>
span { border-color: #5EBC57; }
span { border-color: rgb(94,188,87); }
td.TdClassName
{
border-color: #5EBC57;
}
.TagClassName
{
border-color: #5EBC57;
}
</style>