Shades of Apple #5EC14E
Tints of Apple #5EC14E
RGB
CMYK
RGB Variations
Color information
#5EC14E (or 0x5EC14E) is known color: Apple. HEX triplet: 5E, C1 and 4E. RGB value is (94,193,78). Sum of RGB (Red+Green+Blue) = 94+193+78=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC14E is #A13EB1. Grayscale: #969696. Windows color (decimal): -10567346 or 5161310. OLE color: 5161310.
HSL color Cylindrical-coordinate representation of color #5EC14E: hue angle of 111.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC14E is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 78 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.24 |
| HSL | 111.65º | 0.48% | 0.53% | - |
| HSV(B) | 111.65º | 0.6% | 0.76% | - |
| XYZ | 25.06 | 41.07 | 13.81 | - |
| YUV | 150.29 | 87.2 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 78 | 0.51 | 0 | 0.60 | 0.24 | 111.65 | 0.48 | 0.53 |
| Hex | 5E | C1 | 4E | 33 | 0 | 3C | 18 | 70 | 30 | 35 |
| Octal | 136 | 301 | 116 | 63 | 0 | 74 | 30 | 160 | 60 | 65 |
| Binary | 1011110 | 11000001 | 1001110 | 110011 | 0 | 111100 | 11000 | 1110000 | 110000 | 110101 |
Color Harmonies of #5EC14E
Complementary color
Monochromatic Colors of #5EC14E
Black with #5EC14E
Text Example
Text Example
White with #5EC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC14E; }
p { color: rgb(94,193,78); }
H1.HeaderClassName
{
color: #5EC14E;
}
.AnyTagClassName
{
color: #5EC14E;
}
</style>
background-color css
<style>
a { background-color: #5EC14E; }
a { background-color: rgb(94,193,78); }
div.DivClassName
{
background-color: #5EC14E;
}
.BgClassName
{
background-color: #5EC14E;
}
</style>
border-color css
<style>
span { border-color: #5EC14E; }
span { border-color: rgb(94,193,78); }
td.TdClassName
{
border-color: #5EC14E;
}
.TagClassName
{
border-color: #5EC14E;
}
</style>