Shades of Apple #5ED93A
Tints of Apple #5ED93A
RGB
CMYK
RGB Variations
Color information
#5ED93A (or 0x5ED93A) is known color: Apple. HEX triplet: 5E, D9 and 3A. RGB value is (94,217,58). Sum of RGB (Red+Green+Blue) = 94+217+58=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED93A is #A126C5. Grayscale: #A2A2A2. Windows color (decimal): -10561222 or 3856734. OLE color: 3856734.
HSL color Cylindrical-coordinate representation of color #5ED93A: hue angle of 106.42º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5ED93A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 217 | 58 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.15 |
| HSL | 106.42º | 0.68% | 0.54% | - |
| HSV(B) | 106.42º | 0.73% | 0.85% | - |
| XYZ | 30.19 | 52.31 | 12.51 | - |
| YUV | 162.1 | 69.25 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 217 | 58 | 0.57 | 0 | 0.73 | 0.15 | 106.42 | 0.68 | 0.54 |
| Hex | 5E | D9 | 3A | 39 | 0 | 49 | F | 6A | 44 | 36 |
| Octal | 136 | 331 | 72 | 71 | 0 | 111 | 17 | 152 | 104 | 66 |
| Binary | 1011110 | 11011001 | 111010 | 111001 | 0 | 1001001 | 1111 | 1101010 | 1000100 | 110110 |
Color Harmonies of #5ED93A
Complementary color
Monochromatic Colors of #5ED93A
Black with #5ED93A
Text Example
Text Example
White with #5ED93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED93A; }
p { color: rgb(94,217,58); }
H1.HeaderClassName
{
color: #5ED93A;
}
.AnyTagClassName
{
color: #5ED93A;
}
</style>
background-color css
<style>
a { background-color: #5ED93A; }
a { background-color: rgb(94,217,58); }
div.DivClassName
{
background-color: #5ED93A;
}
.BgClassName
{
background-color: #5ED93A;
}
</style>
border-color css
<style>
span { border-color: #5ED93A; }
span { border-color: rgb(94,217,58); }
td.TdClassName
{
border-color: #5ED93A;
}
.TagClassName
{
border-color: #5ED93A;
}
</style>