Shades of Apple #5EB949
Tints of Apple #5EB949
RGB
CMYK
RGB Variations
Color information
#5EB949 (or 0x5EB949) is known color: Apple. HEX triplet: 5E, B9 and 49. RGB value is (94,185,73). Sum of RGB (Red+Green+Blue) = 94+185+73=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #5EB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EB949 is #A146B6. Grayscale: #919191. Windows color (decimal): -10569399 or 4831582. OLE color: 4831582.
HSL color Cylindrical-coordinate representation of color #5EB949: hue angle of 108.75º degrees, saturation: 0.44, 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 #5EB949 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 185 | 73 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.27 |
| HSL | 108.75º | 0.44% | 0.51% | - |
| HSV(B) | 108.75º | 0.61% | 0.73% | - |
| XYZ | 23.17 | 37.56 | 12.33 | - |
| YUV | 145.02 | 87.35 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 185 | 73 | 0.49 | 0 | 0.61 | 0.27 | 108.75 | 0.44 | 0.51 |
| Hex | 5E | B9 | 49 | 31 | 0 | 3D | 1B | 6D | 2C | 33 |
| Octal | 136 | 271 | 111 | 61 | 0 | 75 | 33 | 155 | 54 | 63 |
| Binary | 1011110 | 10111001 | 1001001 | 110001 | 0 | 111101 | 11011 | 1101101 | 101100 | 110011 |
Color Harmonies of #5EB949
Complementary color
Monochromatic Colors of #5EB949
Black with #5EB949
Text Example
Text Example
White with #5EB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB949; }
p { color: rgb(94,185,73); }
H1.HeaderClassName
{
color: #5EB949;
}
.AnyTagClassName
{
color: #5EB949;
}
</style>
background-color css
<style>
a { background-color: #5EB949; }
a { background-color: rgb(94,185,73); }
div.DivClassName
{
background-color: #5EB949;
}
.BgClassName
{
background-color: #5EB949;
}
</style>
border-color css
<style>
span { border-color: #5EB949; }
span { border-color: rgb(94,185,73); }
td.TdClassName
{
border-color: #5EB949;
}
.TagClassName
{
border-color: #5EB949;
}
</style>