Shades of Apple #5EE242
Tints of Apple #5EE242
RGB
CMYK
RGB Variations
Color information
#5EE242 (or 0x5EE242) is known color: Apple. HEX triplet: 5E, E2 and 42. RGB value is (94,226,66). Sum of RGB (Red+Green+Blue) = 94+226+66=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE242 is #A11DBD. Grayscale: #A8A8A8. Windows color (decimal): -10558910 or 4383326. OLE color: 4383326.
HSL color Cylindrical-coordinate representation of color #5EE242: hue angle of 109.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EE242 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 226 | 66 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.11 |
| HSL | 109.5º | 0.73% | 0.57% | - |
| HSV(B) | 109.5º | 0.71% | 0.89% | - |
| XYZ | 32.8 | 57.17 | 14.46 | - |
| YUV | 168.29 | 70.27 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 226 | 66 | 0.58 | 0 | 0.71 | 0.11 | 109.5 | 0.73 | 0.57 |
| Hex | 5E | E2 | 42 | 3A | 0 | 47 | B | 6E | 49 | 39 |
| Octal | 136 | 342 | 102 | 72 | 0 | 107 | 13 | 156 | 111 | 71 |
| Binary | 1011110 | 11100010 | 1000010 | 111010 | 0 | 1000111 | 1011 | 1101110 | 1001001 | 111001 |
Color Harmonies of #5EE242
Complementary color
Monochromatic Colors of #5EE242
Black with #5EE242
Text Example
Text Example
White with #5EE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE242; }
p { color: rgb(94,226,66); }
H1.HeaderClassName
{
color: #5EE242;
}
.AnyTagClassName
{
color: #5EE242;
}
</style>
background-color css
<style>
a { background-color: #5EE242; }
a { background-color: rgb(94,226,66); }
div.DivClassName
{
background-color: #5EE242;
}
.BgClassName
{
background-color: #5EE242;
}
</style>
border-color css
<style>
span { border-color: #5EE242; }
span { border-color: rgb(94,226,66); }
td.TdClassName
{
border-color: #5EE242;
}
.TagClassName
{
border-color: #5EE242;
}
</style>