Shades of Apple #5ED350
Tints of Apple #5ED350
RGB
CMYK
RGB Variations
Color information
#5ED350 (or 0x5ED350) is known color: Apple. HEX triplet: 5E, D3 and 50. RGB value is (94,211,80). Sum of RGB (Red+Green+Blue) = 94+211+80=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED350 is #A12CAF. Grayscale: #A1A1A1. Windows color (decimal): -10562736 or 5296990. OLE color: 5296990.
HSL color Cylindrical-coordinate representation of color #5ED350: hue angle of 113.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ED350 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 80 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.17 |
| HSL | 113.59º | 0.6% | 0.57% | - |
| HSV(B) | 113.59º | 0.62% | 0.83% | - |
| XYZ | 29.36 | 49.55 | 15.61 | - |
| YUV | 161.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 80 | 0.55 | 0 | 0.62 | 0.17 | 113.59 | 0.6 | 0.57 |
| Hex | 5E | D3 | 50 | 37 | 0 | 3E | 11 | 72 | 3C | 39 |
| Octal | 136 | 323 | 120 | 67 | 0 | 76 | 21 | 162 | 74 | 71 |
| Binary | 1011110 | 11010011 | 1010000 | 110111 | 0 | 111110 | 10001 | 1110010 | 111100 | 111001 |
Color Harmonies of #5ED350
Complementary color
Monochromatic Colors of #5ED350
Black with #5ED350
Text Example
Text Example
White with #5ED350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED350; }
p { color: rgb(94,211,80); }
H1.HeaderClassName
{
color: #5ED350;
}
.AnyTagClassName
{
color: #5ED350;
}
</style>
background-color css
<style>
a { background-color: #5ED350; }
a { background-color: rgb(94,211,80); }
div.DivClassName
{
background-color: #5ED350;
}
.BgClassName
{
background-color: #5ED350;
}
</style>
border-color css
<style>
span { border-color: #5ED350; }
span { border-color: rgb(94,211,80); }
td.TdClassName
{
border-color: #5ED350;
}
.TagClassName
{
border-color: #5ED350;
}
</style>