Shades of Apple #5EC142
Tints of Apple #5EC142
RGB
CMYK
RGB Variations
Color information
#5EC142 (or 0x5EC142) is known color: Apple. HEX triplet: 5E, C1 and 42. RGB value is (94,193,66). Sum of RGB (Red+Green+Blue) = 94+193+66=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC142 is #A13EBD. Grayscale: #959595. Windows color (decimal): -10567358 or 4374878. OLE color: 4374878.
HSL color Cylindrical-coordinate representation of color #5EC142: hue angle of 106.77º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EC142 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 66 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.24 |
| HSL | 106.77º | 0.51% | 0.51% | - |
| HSV(B) | 106.77º | 0.66% | 0.76% | - |
| XYZ | 24.67 | 40.91 | 11.75 | - |
| YUV | 148.92 | 81.2 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 66 | 0.51 | 0 | 0.66 | 0.24 | 106.77 | 0.51 | 0.51 |
| Hex | 5E | C1 | 42 | 33 | 0 | 42 | 18 | 6B | 33 | 33 |
| Octal | 136 | 301 | 102 | 63 | 0 | 102 | 30 | 153 | 63 | 63 |
| Binary | 1011110 | 11000001 | 1000010 | 110011 | 0 | 1000010 | 11000 | 1101011 | 110011 | 110011 |
Color Harmonies of #5EC142
Complementary color
Monochromatic Colors of #5EC142
Black with #5EC142
Text Example
Text Example
White with #5EC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC142; }
p { color: rgb(94,193,66); }
H1.HeaderClassName
{
color: #5EC142;
}
.AnyTagClassName
{
color: #5EC142;
}
</style>
background-color css
<style>
a { background-color: #5EC142; }
a { background-color: rgb(94,193,66); }
div.DivClassName
{
background-color: #5EC142;
}
.BgClassName
{
background-color: #5EC142;
}
</style>
border-color css
<style>
span { border-color: #5EC142; }
span { border-color: rgb(94,193,66); }
td.TdClassName
{
border-color: #5EC142;
}
.TagClassName
{
border-color: #5EC142;
}
</style>