Shades of Apple #5EB34D
Tints of Apple #5EB34D
RGB
CMYK
RGB Variations
Color information
#5EB34D (or 0x5EB34D) is known color: Apple. HEX triplet: 5E, B3 and 4D. RGB value is (94,179,77). Sum of RGB (Red+Green+Blue) = 94+179+77=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #5EB34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EB34D is #A14CB2. Grayscale: #8E8E8E. Windows color (decimal): -10570931 or 5092190. OLE color: 5092190.
HSL color Cylindrical-coordinate representation of color #5EB34D: hue angle of 110º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EB34D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 179 | 77 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.30 |
| HSL | 110º | 0.4% | 0.5% | - |
| HSV(B) | 110º | 0.57% | 0.7% | - |
| XYZ | 22.08 | 35.16 | 12.64 | - |
| YUV | 141.96 | 91.34 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 179 | 77 | 0.47 | 0 | 0.57 | 0.30 | 110 | 0.4 | 0.5 |
| Hex | 5E | B3 | 4D | 2F | 0 | 39 | 1E | 6E | 28 | 32 |
| Octal | 136 | 263 | 115 | 57 | 0 | 71 | 36 | 156 | 50 | 62 |
| Binary | 1011110 | 10110011 | 1001101 | 101111 | 0 | 111001 | 11110 | 1101110 | 101000 | 110010 |
Color Harmonies of #5EB34D
Complementary color
Monochromatic Colors of #5EB34D
Black with #5EB34D
Text Example
Text Example
White with #5EB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB34D; }
p { color: rgb(94,179,77); }
H1.HeaderClassName
{
color: #5EB34D;
}
.AnyTagClassName
{
color: #5EB34D;
}
</style>
background-color css
<style>
a { background-color: #5EB34D; }
a { background-color: rgb(94,179,77); }
div.DivClassName
{
background-color: #5EB34D;
}
.BgClassName
{
background-color: #5EB34D;
}
</style>
border-color css
<style>
span { border-color: #5EB34D; }
span { border-color: rgb(94,179,77); }
td.TdClassName
{
border-color: #5EB34D;
}
.TagClassName
{
border-color: #5EB34D;
}
</style>