Shades of Apple #5EA54D
Tints of Apple #5EA54D
RGB
CMYK
RGB Variations
Color information
#5EA54D (or 0x5EA54D) is known color: Apple. HEX triplet: 5E, A5 and 4D. RGB value is (94,165,77). Sum of RGB (Red+Green+Blue) = 94+165+77=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA54D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA54D is #A15AB2. Grayscale: #868686. Windows color (decimal): -10574515 or 5088606. OLE color: 5088606.
HSL color Cylindrical-coordinate representation of color #5EA54D: hue angle of 108.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EA54D is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 77 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.35 |
| HSL | 108.41º | 0.36% | 0.47% | - |
| HSV(B) | 108.41º | 0.53% | 0.65% | - |
| XYZ | 19.41 | 29.83 | 11.76 | - |
| YUV | 133.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 77 | 0.43 | 0 | 0.53 | 0.35 | 108.41 | 0.36 | 0.47 |
| Hex | 5E | A5 | 4D | 2B | 0 | 35 | 23 | 6C | 24 | 2F |
| Octal | 136 | 245 | 115 | 53 | 0 | 65 | 43 | 154 | 44 | 57 |
| Binary | 1011110 | 10100101 | 1001101 | 101011 | 0 | 110101 | 100011 | 1101100 | 100100 | 101111 |
Color Harmonies of #5EA54D
Complementary color
Monochromatic Colors of #5EA54D
Black with #5EA54D
Text Example
Text Example
White with #5EA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA54D; }
p { color: rgb(94,165,77); }
H1.HeaderClassName
{
color: #5EA54D;
}
.AnyTagClassName
{
color: #5EA54D;
}
</style>
background-color css
<style>
a { background-color: #5EA54D; }
a { background-color: rgb(94,165,77); }
div.DivClassName
{
background-color: #5EA54D;
}
.BgClassName
{
background-color: #5EA54D;
}
</style>
border-color css
<style>
span { border-color: #5EA54D; }
span { border-color: rgb(94,165,77); }
td.TdClassName
{
border-color: #5EA54D;
}
.TagClassName
{
border-color: #5EA54D;
}
</style>