Shades of Apple #5ED340
Tints of Apple #5ED340
RGB
CMYK
RGB Variations
Color information
#5ED340 (or 0x5ED340) is known color: Apple. HEX triplet: 5E, D3 and 40. RGB value is (94,211,64). Sum of RGB (Red+Green+Blue) = 94+211+64=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED340 is #A12CBF. Grayscale: #9F9F9F. Windows color (decimal): -10562752 or 4248414. OLE color: 4248414.
HSL color Cylindrical-coordinate representation of color #5ED340: hue angle of 107.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ED340 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 64 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.17 |
| HSL | 107.76º | 0.63% | 0.54% | - |
| HSV(B) | 107.76º | 0.7% | 0.83% | - |
| XYZ | 28.84 | 49.34 | 12.85 | - |
| YUV | 159.26 | 74.24 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 64 | 0.55 | 0 | 0.70 | 0.17 | 107.76 | 0.63 | 0.54 |
| Hex | 5E | D3 | 40 | 37 | 0 | 46 | 11 | 6C | 3F | 36 |
| Octal | 136 | 323 | 100 | 67 | 0 | 106 | 21 | 154 | 77 | 66 |
| Binary | 1011110 | 11010011 | 1000000 | 110111 | 0 | 1000110 | 10001 | 1101100 | 111111 | 110110 |
Color Harmonies of #5ED340
Complementary color
Monochromatic Colors of #5ED340
Black with #5ED340
Text Example
Text Example
White with #5ED340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED340; }
p { color: rgb(94,211,64); }
H1.HeaderClassName
{
color: #5ED340;
}
.AnyTagClassName
{
color: #5ED340;
}
</style>
background-color css
<style>
a { background-color: #5ED340; }
a { background-color: rgb(94,211,64); }
div.DivClassName
{
background-color: #5ED340;
}
.BgClassName
{
background-color: #5ED340;
}
</style>
border-color css
<style>
span { border-color: #5ED340; }
span { border-color: rgb(94,211,64); }
td.TdClassName
{
border-color: #5ED340;
}
.TagClassName
{
border-color: #5ED340;
}
</style>