Shades of Apple #5EE140
Tints of Apple #5EE140
RGB
CMYK
RGB Variations
Color information
#5EE140 (or 0x5EE140) is known color: Apple. HEX triplet: 5E, E1 and 40. RGB value is (94,225,64). Sum of RGB (Red+Green+Blue) = 94+225+64=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE140 is #A11EBF. Grayscale: #A7A7A7. Windows color (decimal): -10559168 or 4251998. OLE color: 4251998.
HSL color Cylindrical-coordinate representation of color #5EE140: hue angle of 108.82º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5EE140 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 64 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.12 |
| HSL | 108.82º | 0.73% | 0.57% | - |
| HSV(B) | 108.82º | 0.72% | 0.88% | - |
| XYZ | 32.47 | 56.6 | 14.06 | - |
| YUV | 167.48 | 69.6 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 64 | 0.58 | 0 | 0.72 | 0.12 | 108.82 | 0.73 | 0.57 |
| Hex | 5E | E1 | 40 | 3A | 0 | 48 | C | 6D | 49 | 39 |
| Octal | 136 | 341 | 100 | 72 | 0 | 110 | 14 | 155 | 111 | 71 |
| Binary | 1011110 | 11100001 | 1000000 | 111010 | 0 | 1001000 | 1100 | 1101101 | 1001001 | 111001 |
Color Harmonies of #5EE140
Complementary color
Monochromatic Colors of #5EE140
Black with #5EE140
Text Example
Text Example
White with #5EE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE140; }
p { color: rgb(94,225,64); }
H1.HeaderClassName
{
color: #5EE140;
}
.AnyTagClassName
{
color: #5EE140;
}
</style>
background-color css
<style>
a { background-color: #5EE140; }
a { background-color: rgb(94,225,64); }
div.DivClassName
{
background-color: #5EE140;
}
.BgClassName
{
background-color: #5EE140;
}
</style>
border-color css
<style>
span { border-color: #5EE140; }
span { border-color: rgb(94,225,64); }
td.TdClassName
{
border-color: #5EE140;
}
.TagClassName
{
border-color: #5EE140;
}
</style>