Shades of Apple #5ED047
Tints of Apple #5ED047
RGB
CMYK
RGB Variations
Color information
#5ED047 (or 0x5ED047) is known color: Apple. HEX triplet: 5E, D0 and 47. RGB value is (94,208,71). Sum of RGB (Red+Green+Blue) = 94+208+71=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED047 is #A12FB8. Grayscale: #9E9E9E. Windows color (decimal): -10563513 or 4706398. OLE color: 4706398.
HSL color Cylindrical-coordinate representation of color #5ED047: hue angle of 109.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ED047 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 71 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.18 |
| HSL | 109.93º | 0.59% | 0.55% | - |
| HSV(B) | 109.93º | 0.66% | 0.82% | - |
| XYZ | 28.31 | 47.95 | 13.72 | - |
| YUV | 158.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 71 | 0.55 | 0 | 0.66 | 0.18 | 109.93 | 0.59 | 0.55 |
| Hex | 5E | D0 | 47 | 37 | 0 | 42 | 12 | 6E | 3B | 37 |
| Octal | 136 | 320 | 107 | 67 | 0 | 102 | 22 | 156 | 73 | 67 |
| Binary | 1011110 | 11010000 | 1000111 | 110111 | 0 | 1000010 | 10010 | 1101110 | 111011 | 110111 |
Color Harmonies of #5ED047
Complementary color
Monochromatic Colors of #5ED047
Black with #5ED047
Text Example
Text Example
White with #5ED047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED047; }
p { color: rgb(94,208,71); }
H1.HeaderClassName
{
color: #5ED047;
}
.AnyTagClassName
{
color: #5ED047;
}
</style>
background-color css
<style>
a { background-color: #5ED047; }
a { background-color: rgb(94,208,71); }
div.DivClassName
{
background-color: #5ED047;
}
.BgClassName
{
background-color: #5ED047;
}
</style>
border-color css
<style>
span { border-color: #5ED047; }
span { border-color: rgb(94,208,71); }
td.TdClassName
{
border-color: #5ED047;
}
.TagClassName
{
border-color: #5ED047;
}
</style>