Shades of Apple #5EDA4D
Tints of Apple #5EDA4D
RGB
CMYK
RGB Variations
Color information
#5EDA4D (or 0x5EDA4D) is known color: Apple. HEX triplet: 5E, DA and 4D. RGB value is (94,218,77). Sum of RGB (Red+Green+Blue) = 94+218+77=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDA4D is #A125B2. Grayscale: #A5A5A5. Windows color (decimal): -10560947 or 5102174. OLE color: 5102174.
HSL color Cylindrical-coordinate representation of color #5EDA4D: hue angle of 112.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EDA4D is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 77 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.15 |
| HSL | 112.77º | 0.66% | 0.58% | - |
| HSV(B) | 112.77º | 0.65% | 0.85% | - |
| XYZ | 31.03 | 53.06 | 15.63 | - |
| YUV | 164.85 | 78.42 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 77 | 0.57 | 0 | 0.65 | 0.15 | 112.77 | 0.66 | 0.58 |
| Hex | 5E | DA | 4D | 39 | 0 | 41 | F | 71 | 42 | 3A |
| Octal | 136 | 332 | 115 | 71 | 0 | 101 | 17 | 161 | 102 | 72 |
| Binary | 1011110 | 11011010 | 1001101 | 111001 | 0 | 1000001 | 1111 | 1110001 | 1000010 | 111010 |
Color Harmonies of #5EDA4D
Complementary color
Monochromatic Colors of #5EDA4D
Black with #5EDA4D
Text Example
Text Example
White with #5EDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDA4D; }
p { color: rgb(94,218,77); }
H1.HeaderClassName
{
color: #5EDA4D;
}
.AnyTagClassName
{
color: #5EDA4D;
}
</style>
background-color css
<style>
a { background-color: #5EDA4D; }
a { background-color: rgb(94,218,77); }
div.DivClassName
{
background-color: #5EDA4D;
}
.BgClassName
{
background-color: #5EDA4D;
}
</style>
border-color css
<style>
span { border-color: #5EDA4D; }
span { border-color: rgb(94,218,77); }
td.TdClassName
{
border-color: #5EDA4D;
}
.TagClassName
{
border-color: #5EDA4D;
}
</style>