Shades of Apple #5EBA4E
Tints of Apple #5EBA4E
RGB
CMYK
RGB Variations
Color information
#5EBA4E (or 0x5EBA4E) is known color: Apple. HEX triplet: 5E, BA and 4E. RGB value is (94,186,78). Sum of RGB (Red+Green+Blue) = 94+186+78=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA4E is #A145B1. Grayscale: #929292. Windows color (decimal): -10569138 or 5159518. OLE color: 5159518.
HSL color Cylindrical-coordinate representation of color #5EBA4E: hue angle of 111.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBA4E is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 78 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.27 |
| HSL | 111.11º | 0.44% | 0.52% | - |
| HSV(B) | 111.11º | 0.58% | 0.73% | - |
| XYZ | 23.55 | 38.05 | 13.31 | - |
| YUV | 146.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 78 | 0.49 | 0 | 0.58 | 0.27 | 111.11 | 0.44 | 0.52 |
| Hex | 5E | BA | 4E | 31 | 0 | 3A | 1B | 6F | 2C | 34 |
| Octal | 136 | 272 | 116 | 61 | 0 | 72 | 33 | 157 | 54 | 64 |
| Binary | 1011110 | 10111010 | 1001110 | 110001 | 0 | 111010 | 11011 | 1101111 | 101100 | 110100 |
Color Harmonies of #5EBA4E
Complementary color
Monochromatic Colors of #5EBA4E
Black with #5EBA4E
Text Example
Text Example
White with #5EBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA4E; }
p { color: rgb(94,186,78); }
H1.HeaderClassName
{
color: #5EBA4E;
}
.AnyTagClassName
{
color: #5EBA4E;
}
</style>
background-color css
<style>
a { background-color: #5EBA4E; }
a { background-color: rgb(94,186,78); }
div.DivClassName
{
background-color: #5EBA4E;
}
.BgClassName
{
background-color: #5EBA4E;
}
</style>
border-color css
<style>
span { border-color: #5EBA4E; }
span { border-color: rgb(94,186,78); }
td.TdClassName
{
border-color: #5EBA4E;
}
.TagClassName
{
border-color: #5EBA4E;
}
</style>