Shades of Apple #5EC949
Tints of Apple #5EC949
RGB
CMYK
RGB Variations
Color information
#5EC949 (or 0x5EC949) is known color: Apple. HEX triplet: 5E, C9 and 49. RGB value is (94,201,73). Sum of RGB (Red+Green+Blue) = 94+201+73=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC949 is #A136B6. Grayscale: #9A9A9A. Windows color (decimal): -10565303 or 4835678. OLE color: 4835678.
HSL color Cylindrical-coordinate representation of color #5EC949: hue angle of 110.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EC949 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 73 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.21 |
| HSL | 110.16º | 0.54% | 0.54% | - |
| HSV(B) | 110.16º | 0.64% | 0.79% | - |
| XYZ | 26.71 | 44.63 | 13.51 | - |
| YUV | 154.42 | 82.05 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 73 | 0.53 | 0 | 0.64 | 0.21 | 110.16 | 0.54 | 0.54 |
| Hex | 5E | C9 | 49 | 35 | 0 | 40 | 15 | 6E | 36 | 36 |
| Octal | 136 | 311 | 111 | 65 | 0 | 100 | 25 | 156 | 66 | 66 |
| Binary | 1011110 | 11001001 | 1001001 | 110101 | 0 | 1000000 | 10101 | 1101110 | 110110 | 110110 |
Color Harmonies of #5EC949
Complementary color
Monochromatic Colors of #5EC949
Black with #5EC949
Text Example
Text Example
White with #5EC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC949; }
p { color: rgb(94,201,73); }
H1.HeaderClassName
{
color: #5EC949;
}
.AnyTagClassName
{
color: #5EC949;
}
</style>
background-color css
<style>
a { background-color: #5EC949; }
a { background-color: rgb(94,201,73); }
div.DivClassName
{
background-color: #5EC949;
}
.BgClassName
{
background-color: #5EC949;
}
</style>
border-color css
<style>
span { border-color: #5EC949; }
span { border-color: rgb(94,201,73); }
td.TdClassName
{
border-color: #5EC949;
}
.TagClassName
{
border-color: #5EC949;
}
</style>