Shades of Apple #5EBA47
Tints of Apple #5EBA47
RGB
CMYK
RGB Variations
Color information
#5EBA47 (or 0x5EBA47) is known color: Apple. HEX triplet: 5E, BA and 47. RGB value is (94,186,71). Sum of RGB (Red+Green+Blue) = 94+186+71=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA47 is #A145B8. Grayscale: #919191. Windows color (decimal): -10569145 or 4700766. OLE color: 4700766.
HSL color Cylindrical-coordinate representation of color #5EBA47: hue angle of 108º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EBA47 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 71 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.27 |
| HSL | 108º | 0.45% | 0.5% | - |
| HSV(B) | 108º | 0.62% | 0.73% | - |
| XYZ | 23.31 | 37.95 | 12.06 | - |
| YUV | 145.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 71 | 0.49 | 0 | 0.62 | 0.27 | 108 | 0.45 | 0.5 |
| Hex | 5E | BA | 47 | 31 | 0 | 3E | 1B | 6C | 2D | 32 |
| Octal | 136 | 272 | 107 | 61 | 0 | 76 | 33 | 154 | 55 | 62 |
| Binary | 1011110 | 10111010 | 1000111 | 110001 | 0 | 111110 | 11011 | 1101100 | 101101 | 110010 |
Color Harmonies of #5EBA47
Complementary color
Monochromatic Colors of #5EBA47
Black with #5EBA47
Text Example
Text Example
White with #5EBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA47; }
p { color: rgb(94,186,71); }
H1.HeaderClassName
{
color: #5EBA47;
}
.AnyTagClassName
{
color: #5EBA47;
}
</style>
background-color css
<style>
a { background-color: #5EBA47; }
a { background-color: rgb(94,186,71); }
div.DivClassName
{
background-color: #5EBA47;
}
.BgClassName
{
background-color: #5EBA47;
}
</style>
border-color css
<style>
span { border-color: #5EBA47; }
span { border-color: rgb(94,186,71); }
td.TdClassName
{
border-color: #5EBA47;
}
.TagClassName
{
border-color: #5EBA47;
}
</style>