Shades of Apple #5EC134
Tints of Apple #5EC134
RGB
CMYK
RGB Variations
Color information
#5EC134 (or 0x5EC134) is known color: Apple. HEX triplet: 5E, C1 and 34. RGB value is (94,193,52). Sum of RGB (Red+Green+Blue) = 94+193+52=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC134 is #A13ECB. Grayscale: #939393. Windows color (decimal): -10567372 or 3457374. OLE color: 3457374.
HSL color Cylindrical-coordinate representation of color #5EC134: hue angle of 102.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EC134 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 52 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.24 |
| HSL | 102.13º | 0.58% | 0.48% | - |
| HSV(B) | 102.13º | 0.73% | 0.76% | - |
| XYZ | 24.31 | 40.77 | 9.84 | - |
| YUV | 147.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 52 | 0.51 | 0 | 0.73 | 0.24 | 102.13 | 0.58 | 0.48 |
| Hex | 5E | C1 | 34 | 33 | 0 | 49 | 18 | 66 | 3A | 30 |
| Octal | 136 | 301 | 64 | 63 | 0 | 111 | 30 | 146 | 72 | 60 |
| Binary | 1011110 | 11000001 | 110100 | 110011 | 0 | 1001001 | 11000 | 1100110 | 111010 | 110000 |
Color Harmonies of #5EC134
Complementary color
Monochromatic Colors of #5EC134
Black with #5EC134
Text Example
Text Example
White with #5EC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC134; }
p { color: rgb(94,193,52); }
H1.HeaderClassName
{
color: #5EC134;
}
.AnyTagClassName
{
color: #5EC134;
}
</style>
background-color css
<style>
a { background-color: #5EC134; }
a { background-color: rgb(94,193,52); }
div.DivClassName
{
background-color: #5EC134;
}
.BgClassName
{
background-color: #5EC134;
}
</style>
border-color css
<style>
span { border-color: #5EC134; }
span { border-color: rgb(94,193,52); }
td.TdClassName
{
border-color: #5EC134;
}
.TagClassName
{
border-color: #5EC134;
}
</style>