Shades of Apple #5EBA49
Tints of Apple #5EBA49
RGB
CMYK
RGB Variations
Color information
#5EBA49 (or 0x5EBA49) is known color: Apple. HEX triplet: 5E, BA and 49. RGB value is (94,186,73). Sum of RGB (Red+Green+Blue) = 94+186+73=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA49 is #A145B6. Grayscale: #919191. Windows color (decimal): -10569143 or 4831838. OLE color: 4831838.
HSL color Cylindrical-coordinate representation of color #5EBA49: hue angle of 108.85º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBA49 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 73 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.27 |
| HSL | 108.85º | 0.45% | 0.51% | - |
| HSV(B) | 108.85º | 0.61% | 0.73% | - |
| XYZ | 23.38 | 37.98 | 12.4 | - |
| YUV | 145.61 | 87.02 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 73 | 0.49 | 0 | 0.61 | 0.27 | 108.85 | 0.45 | 0.51 |
| Hex | 5E | BA | 49 | 31 | 0 | 3D | 1B | 6D | 2D | 33 |
| Octal | 136 | 272 | 111 | 61 | 0 | 75 | 33 | 155 | 55 | 63 |
| Binary | 1011110 | 10111010 | 1001001 | 110001 | 0 | 111101 | 11011 | 1101101 | 101101 | 110011 |
Color Harmonies of #5EBA49
Complementary color
Monochromatic Colors of #5EBA49
Black with #5EBA49
Text Example
Text Example
White with #5EBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA49; }
p { color: rgb(94,186,73); }
H1.HeaderClassName
{
color: #5EBA49;
}
.AnyTagClassName
{
color: #5EBA49;
}
</style>
background-color css
<style>
a { background-color: #5EBA49; }
a { background-color: rgb(94,186,73); }
div.DivClassName
{
background-color: #5EBA49;
}
.BgClassName
{
background-color: #5EBA49;
}
</style>
border-color css
<style>
span { border-color: #5EBA49; }
span { border-color: rgb(94,186,73); }
td.TdClassName
{
border-color: #5EBA49;
}
.TagClassName
{
border-color: #5EBA49;
}
</style>