Shades of Apple #5EC94A
Tints of Apple #5EC94A
RGB
CMYK
RGB Variations
Color information
#5EC94A (or 0x5EC94A) is known color: Apple. HEX triplet: 5E, C9 and 4A. RGB value is (94,201,74). Sum of RGB (Red+Green+Blue) = 94+201+74=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC94A is #A136B5. Grayscale: #9A9A9A. Windows color (decimal): -10565302 or 4901214. OLE color: 4901214.
HSL color Cylindrical-coordinate representation of color #5EC94A: hue angle of 110.55º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EC94A is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 74 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.21 |
| HSL | 110.55º | 0.54% | 0.54% | - |
| HSV(B) | 110.55º | 0.63% | 0.79% | - |
| XYZ | 26.74 | 44.65 | 13.69 | - |
| YUV | 154.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 74 | 0.53 | 0 | 0.63 | 0.21 | 110.55 | 0.54 | 0.54 |
| Hex | 5E | C9 | 4A | 35 | 0 | 3F | 15 | 6F | 36 | 36 |
| Octal | 136 | 311 | 112 | 65 | 0 | 77 | 25 | 157 | 66 | 66 |
| Binary | 1011110 | 11001001 | 1001010 | 110101 | 0 | 111111 | 10101 | 1101111 | 110110 | 110110 |
Color Harmonies of #5EC94A
Complementary color
Monochromatic Colors of #5EC94A
Black with #5EC94A
Text Example
Text Example
White with #5EC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC94A; }
p { color: rgb(94,201,74); }
H1.HeaderClassName
{
color: #5EC94A;
}
.AnyTagClassName
{
color: #5EC94A;
}
</style>
background-color css
<style>
a { background-color: #5EC94A; }
a { background-color: rgb(94,201,74); }
div.DivClassName
{
background-color: #5EC94A;
}
.BgClassName
{
background-color: #5EC94A;
}
</style>
border-color css
<style>
span { border-color: #5EC94A; }
span { border-color: rgb(94,201,74); }
td.TdClassName
{
border-color: #5EC94A;
}
.TagClassName
{
border-color: #5EC94A;
}
</style>