Shades of Apple #5EE044
Tints of Apple #5EE044
RGB
CMYK
RGB Variations
Color information
#5EE044 (or 0x5EE044) is known color: Apple. HEX triplet: 5E, E0 and 44. RGB value is (94,224,68). Sum of RGB (Red+Green+Blue) = 94+224+68=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE044 is #A11FBB. Grayscale: #A7A7A7. Windows color (decimal): -10559420 or 4513886. OLE color: 4513886.
HSL color Cylindrical-coordinate representation of color #5EE044: hue angle of 110º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EE044 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 68 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.12 |
| HSL | 110º | 0.72% | 0.57% | - |
| HSV(B) | 110º | 0.7% | 0.88% | - |
| XYZ | 32.32 | 56.11 | 14.6 | - |
| YUV | 167.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 68 | 0.58 | 0 | 0.70 | 0.12 | 110 | 0.72 | 0.57 |
| Hex | 5E | E0 | 44 | 3A | 0 | 46 | C | 6E | 48 | 39 |
| Octal | 136 | 340 | 104 | 72 | 0 | 106 | 14 | 156 | 110 | 71 |
| Binary | 1011110 | 11100000 | 1000100 | 111010 | 0 | 1000110 | 1100 | 1101110 | 1001000 | 111001 |
Color Harmonies of #5EE044
Complementary color
Monochromatic Colors of #5EE044
Black with #5EE044
Text Example
Text Example
White with #5EE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE044; }
p { color: rgb(94,224,68); }
H1.HeaderClassName
{
color: #5EE044;
}
.AnyTagClassName
{
color: #5EE044;
}
</style>
background-color css
<style>
a { background-color: #5EE044; }
a { background-color: rgb(94,224,68); }
div.DivClassName
{
background-color: #5EE044;
}
.BgClassName
{
background-color: #5EE044;
}
</style>
border-color css
<style>
span { border-color: #5EE044; }
span { border-color: rgb(94,224,68); }
td.TdClassName
{
border-color: #5EE044;
}
.TagClassName
{
border-color: #5EE044;
}
</style>