Shades of Apple #5EE138
Tints of Apple #5EE138
RGB
CMYK
RGB Variations
Color information
#5EE138 (or 0x5EE138) is known color: Apple. HEX triplet: 5E, E1 and 38. RGB value is (94,225,56). Sum of RGB (Red+Green+Blue) = 94+225+56=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE138 is #A11EC7. Grayscale: #A7A7A7. Windows color (decimal): -10559176 or 3727710. OLE color: 3727710.
HSL color Cylindrical-coordinate representation of color #5EE138: hue angle of 106.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EE138 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 56 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.12 |
| HSL | 106.51º | 0.74% | 0.55% | - |
| HSV(B) | 106.51º | 0.75% | 0.88% | - |
| XYZ | 32.26 | 56.52 | 12.95 | - |
| YUV | 166.57 | 65.6 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 56 | 0.58 | 0 | 0.75 | 0.12 | 106.51 | 0.74 | 0.55 |
| Hex | 5E | E1 | 38 | 3A | 0 | 4B | C | 6B | 4A | 37 |
| Octal | 136 | 341 | 70 | 72 | 0 | 113 | 14 | 153 | 112 | 67 |
| Binary | 1011110 | 11100001 | 111000 | 111010 | 0 | 1001011 | 1100 | 1101011 | 1001010 | 110111 |
Color Harmonies of #5EE138
Complementary color
Monochromatic Colors of #5EE138
Black with #5EE138
Text Example
Text Example
White with #5EE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE138; }
p { color: rgb(94,225,56); }
H1.HeaderClassName
{
color: #5EE138;
}
.AnyTagClassName
{
color: #5EE138;
}
</style>
background-color css
<style>
a { background-color: #5EE138; }
a { background-color: rgb(94,225,56); }
div.DivClassName
{
background-color: #5EE138;
}
.BgClassName
{
background-color: #5EE138;
}
</style>
border-color css
<style>
span { border-color: #5EE138; }
span { border-color: rgb(94,225,56); }
td.TdClassName
{
border-color: #5EE138;
}
.TagClassName
{
border-color: #5EE138;
}
</style>