Shades of Apple #5EE041
Tints of Apple #5EE041
RGB
CMYK
RGB Variations
Color information
#5EE041 (or 0x5EE041) is known color: Apple. HEX triplet: 5E, E0 and 41. RGB value is (94,224,65). Sum of RGB (Red+Green+Blue) = 94+224+65=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE041 is #A11FBE. Grayscale: #A7A7A7. Windows color (decimal): -10559423 or 4317278. OLE color: 4317278.
HSL color Cylindrical-coordinate representation of color #5EE041: hue angle of 109.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EE041 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 65 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.12 |
| HSL | 109.06º | 0.72% | 0.57% | - |
| HSV(B) | 109.06º | 0.71% | 0.88% | - |
| XYZ | 32.23 | 56.07 | 14.13 | - |
| YUV | 167 | 70.43 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 65 | 0.58 | 0 | 0.71 | 0.12 | 109.06 | 0.72 | 0.57 |
| Hex | 5E | E0 | 41 | 3A | 0 | 47 | C | 6D | 48 | 39 |
| Octal | 136 | 340 | 101 | 72 | 0 | 107 | 14 | 155 | 110 | 71 |
| Binary | 1011110 | 11100000 | 1000001 | 111010 | 0 | 1000111 | 1100 | 1101101 | 1001000 | 111001 |
Color Harmonies of #5EE041
Complementary color
Monochromatic Colors of #5EE041
Black with #5EE041
Text Example
Text Example
White with #5EE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE041; }
p { color: rgb(94,224,65); }
H1.HeaderClassName
{
color: #5EE041;
}
.AnyTagClassName
{
color: #5EE041;
}
</style>
background-color css
<style>
a { background-color: #5EE041; }
a { background-color: rgb(94,224,65); }
div.DivClassName
{
background-color: #5EE041;
}
.BgClassName
{
background-color: #5EE041;
}
</style>
border-color css
<style>
span { border-color: #5EE041; }
span { border-color: rgb(94,224,65); }
td.TdClassName
{
border-color: #5EE041;
}
.TagClassName
{
border-color: #5EE041;
}
</style>