Shades of Apple #5EDA50
Tints of Apple #5EDA50
RGB
CMYK
RGB Variations
Color information
#5EDA50 (or 0x5EDA50) is known color: Apple. HEX triplet: 5E, DA and 50. RGB value is (94,218,80). Sum of RGB (Red+Green+Blue) = 94+218+80=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDA50 is #A125AF. Grayscale: #A5A5A5. Windows color (decimal): -10560944 or 5298782. OLE color: 5298782.
HSL color Cylindrical-coordinate representation of color #5EDA50: hue angle of 113.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EDA50 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 80 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.15 |
| HSL | 113.91º | 0.65% | 0.58% | - |
| HSV(B) | 113.91º | 0.63% | 0.85% | - |
| XYZ | 31.14 | 53.1 | 16.2 | - |
| YUV | 165.19 | 79.92 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 80 | 0.57 | 0 | 0.63 | 0.15 | 113.91 | 0.65 | 0.58 |
| Hex | 5E | DA | 50 | 39 | 0 | 3F | F | 72 | 41 | 3A |
| Octal | 136 | 332 | 120 | 71 | 0 | 77 | 17 | 162 | 101 | 72 |
| Binary | 1011110 | 11011010 | 1010000 | 111001 | 0 | 111111 | 1111 | 1110010 | 1000001 | 111010 |
Color Harmonies of #5EDA50
Complementary color
Monochromatic Colors of #5EDA50
Black with #5EDA50
Text Example
Text Example
White with #5EDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDA50; }
p { color: rgb(94,218,80); }
H1.HeaderClassName
{
color: #5EDA50;
}
.AnyTagClassName
{
color: #5EDA50;
}
</style>
background-color css
<style>
a { background-color: #5EDA50; }
a { background-color: rgb(94,218,80); }
div.DivClassName
{
background-color: #5EDA50;
}
.BgClassName
{
background-color: #5EDA50;
}
</style>
border-color css
<style>
span { border-color: #5EDA50; }
span { border-color: rgb(94,218,80); }
td.TdClassName
{
border-color: #5EDA50;
}
.TagClassName
{
border-color: #5EDA50;
}
</style>