Shades of Apple #5ED940
Tints of Apple #5ED940
RGB
CMYK
RGB Variations
Color information
#5ED940 (or 0x5ED940) is known color: Apple. HEX triplet: 5E, D9 and 40. RGB value is (94,217,64). Sum of RGB (Red+Green+Blue) = 94+217+64=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED940 is #A126BF. Grayscale: #A3A3A3. Windows color (decimal): -10561216 or 4249950. OLE color: 4249950.
HSL color Cylindrical-coordinate representation of color #5ED940: hue angle of 108.24º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5ED940 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 217 | 64 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.15 |
| HSL | 108.24º | 0.67% | 0.55% | - |
| HSV(B) | 108.24º | 0.71% | 0.85% | - |
| XYZ | 30.35 | 52.38 | 13.36 | - |
| YUV | 162.78 | 72.25 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 217 | 64 | 0.57 | 0 | 0.71 | 0.15 | 108.24 | 0.67 | 0.55 |
| Hex | 5E | D9 | 40 | 39 | 0 | 47 | F | 6C | 43 | 37 |
| Octal | 136 | 331 | 100 | 71 | 0 | 107 | 17 | 154 | 103 | 67 |
| Binary | 1011110 | 11011001 | 1000000 | 111001 | 0 | 1000111 | 1111 | 1101100 | 1000011 | 110111 |
Color Harmonies of #5ED940
Complementary color
Monochromatic Colors of #5ED940
Black with #5ED940
Text Example
Text Example
White with #5ED940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED940; }
p { color: rgb(94,217,64); }
H1.HeaderClassName
{
color: #5ED940;
}
.AnyTagClassName
{
color: #5ED940;
}
</style>
background-color css
<style>
a { background-color: #5ED940; }
a { background-color: rgb(94,217,64); }
div.DivClassName
{
background-color: #5ED940;
}
.BgClassName
{
background-color: #5ED940;
}
</style>
border-color css
<style>
span { border-color: #5ED940; }
span { border-color: rgb(94,217,64); }
td.TdClassName
{
border-color: #5ED940;
}
.TagClassName
{
border-color: #5ED940;
}
</style>