Shades of Apple #5ED04E
Tints of Apple #5ED04E
RGB
CMYK
RGB Variations
Color information
#5ED04E (or 0x5ED04E) is known color: Apple. HEX triplet: 5E, D0 and 4E. RGB value is (94,208,78). Sum of RGB (Red+Green+Blue) = 94+208+78=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED04E is #A12FB1. Grayscale: #9F9F9F. Windows color (decimal): -10563506 or 5165150. OLE color: 5165150.
HSL color Cylindrical-coordinate representation of color #5ED04E: hue angle of 112.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ED04E is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 78 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.18 |
| HSL | 112.62º | 0.58% | 0.56% | - |
| HSV(B) | 112.62º | 0.63% | 0.82% | - |
| XYZ | 28.55 | 48.04 | 14.98 | - |
| YUV | 159.09 | 82.23 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 78 | 0.55 | 0 | 0.62 | 0.18 | 112.62 | 0.58 | 0.56 |
| Hex | 5E | D0 | 4E | 37 | 0 | 3E | 12 | 71 | 3A | 38 |
| Octal | 136 | 320 | 116 | 67 | 0 | 76 | 22 | 161 | 72 | 70 |
| Binary | 1011110 | 11010000 | 1001110 | 110111 | 0 | 111110 | 10010 | 1110001 | 111010 | 111000 |
Color Harmonies of #5ED04E
Complementary color
Monochromatic Colors of #5ED04E
Black with #5ED04E
Text Example
Text Example
White with #5ED04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED04E; }
p { color: rgb(94,208,78); }
H1.HeaderClassName
{
color: #5ED04E;
}
.AnyTagClassName
{
color: #5ED04E;
}
</style>
background-color css
<style>
a { background-color: #5ED04E; }
a { background-color: rgb(94,208,78); }
div.DivClassName
{
background-color: #5ED04E;
}
.BgClassName
{
background-color: #5ED04E;
}
</style>
border-color css
<style>
span { border-color: #5ED04E; }
span { border-color: rgb(94,208,78); }
td.TdClassName
{
border-color: #5ED04E;
}
.TagClassName
{
border-color: #5ED04E;
}
</style>