Shades of Apple #5EC44D
Tints of Apple #5EC44D
RGB
CMYK
RGB Variations
Color information
#5EC44D (or 0x5EC44D) is known color: Apple. HEX triplet: 5E, C4 and 4D. RGB value is (94,196,77). Sum of RGB (Red+Green+Blue) = 94+196+77=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC44D is #A13BB2. Grayscale: #989898. Windows color (decimal): -10566579 or 5096542. OLE color: 5096542.
HSL color Cylindrical-coordinate representation of color #5EC44D: hue angle of 111.43º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EC44D is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 77 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.23 |
| HSL | 111.43º | 0.5% | 0.54% | - |
| HSV(B) | 111.43º | 0.61% | 0.77% | - |
| XYZ | 25.7 | 42.4 | 13.85 | - |
| YUV | 151.94 | 85.71 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 77 | 0.52 | 0 | 0.61 | 0.23 | 111.43 | 0.5 | 0.54 |
| Hex | 5E | C4 | 4D | 34 | 0 | 3D | 17 | 6F | 32 | 36 |
| Octal | 136 | 304 | 115 | 64 | 0 | 75 | 27 | 157 | 62 | 66 |
| Binary | 1011110 | 11000100 | 1001101 | 110100 | 0 | 111101 | 10111 | 1101111 | 110010 | 110110 |
Color Harmonies of #5EC44D
Complementary color
Monochromatic Colors of #5EC44D
Black with #5EC44D
Text Example
Text Example
White with #5EC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC44D; }
p { color: rgb(94,196,77); }
H1.HeaderClassName
{
color: #5EC44D;
}
.AnyTagClassName
{
color: #5EC44D;
}
</style>
background-color css
<style>
a { background-color: #5EC44D; }
a { background-color: rgb(94,196,77); }
div.DivClassName
{
background-color: #5EC44D;
}
.BgClassName
{
background-color: #5EC44D;
}
</style>
border-color css
<style>
span { border-color: #5EC44D; }
span { border-color: rgb(94,196,77); }
td.TdClassName
{
border-color: #5EC44D;
}
.TagClassName
{
border-color: #5EC44D;
}
</style>