Shades of Apple #5EC34E
Tints of Apple #5EC34E
RGB
CMYK
RGB Variations
Color information
#5EC34E (or 0x5EC34E) is known color: Apple. HEX triplet: 5E, C3 and 4E. RGB value is (94,195,78). Sum of RGB (Red+Green+Blue) = 94+195+78=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC34E is #A13CB1. Grayscale: #979797. Windows color (decimal): -10566834 or 5161822. OLE color: 5161822.
HSL color Cylindrical-coordinate representation of color #5EC34E: hue angle of 111.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC34E is Cyan = 0.52, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 78 | - |
| CMYK | 0.52 | 0 | 0.6 | 0.24 |
| HSL | 111.79º | 0.49% | 0.54% | - |
| HSV(B) | 111.79º | 0.6% | 0.76% | - |
| XYZ | 25.51 | 41.96 | 13.96 | - |
| YUV | 151.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 78 | 0.52 | 0 | 0.6 | 0.24 | 111.79 | 0.49 | 0.54 |
| Hex | 5E | C3 | 4E | 34 | 0 | 3C | 18 | 70 | 31 | 36 |
| Octal | 136 | 303 | 116 | 64 | 0 | 74 | 30 | 160 | 61 | 66 |
| Binary | 1011110 | 11000011 | 1001110 | 110100 | 0 | 111100 | 11000 | 1110000 | 110001 | 110110 |
Color Harmonies of #5EC34E
Complementary color
Monochromatic Colors of #5EC34E
Black with #5EC34E
Text Example
Text Example
White with #5EC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC34E; }
p { color: rgb(94,195,78); }
H1.HeaderClassName
{
color: #5EC34E;
}
.AnyTagClassName
{
color: #5EC34E;
}
</style>
background-color css
<style>
a { background-color: #5EC34E; }
a { background-color: rgb(94,195,78); }
div.DivClassName
{
background-color: #5EC34E;
}
.BgClassName
{
background-color: #5EC34E;
}
</style>
border-color css
<style>
span { border-color: #5EC34E; }
span { border-color: rgb(94,195,78); }
td.TdClassName
{
border-color: #5EC34E;
}
.TagClassName
{
border-color: #5EC34E;
}
</style>