Shades of Apple #5EC12F
Tints of Apple #5EC12F
RGB
CMYK
RGB Variations
Color information
#5EC12F (or 0x5EC12F) is known color: Apple. HEX triplet: 5E, C1 and 2F. RGB value is (94,193,47). Sum of RGB (Red+Green+Blue) = 94+193+47=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC12F is #A13ED0. Grayscale: #939393. Windows color (decimal): -10567377 or 3129694. OLE color: 3129694.
HSL color Cylindrical-coordinate representation of color #5EC12F: hue angle of 100.68º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EC12F is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 47 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.24 |
| HSL | 100.68º | 0.61% | 0.47% | - |
| HSV(B) | 100.68º | 0.76% | 0.76% | - |
| XYZ | 24.2 | 40.72 | 9.27 | - |
| YUV | 146.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 47 | 0.51 | 0 | 0.76 | 0.24 | 100.68 | 0.61 | 0.47 |
| Hex | 5E | C1 | 2F | 33 | 0 | 4C | 18 | 65 | 3D | 2F |
| Octal | 136 | 301 | 57 | 63 | 0 | 114 | 30 | 145 | 75 | 57 |
| Binary | 1011110 | 11000001 | 101111 | 110011 | 0 | 1001100 | 11000 | 1100101 | 111101 | 101111 |
Color Harmonies of #5EC12F
Complementary color
Monochromatic Colors of #5EC12F
Black with #5EC12F
Text Example
Text Example
White with #5EC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC12F; }
p { color: rgb(94,193,47); }
H1.HeaderClassName
{
color: #5EC12F;
}
.AnyTagClassName
{
color: #5EC12F;
}
</style>
background-color css
<style>
a { background-color: #5EC12F; }
a { background-color: rgb(94,193,47); }
div.DivClassName
{
background-color: #5EC12F;
}
.BgClassName
{
background-color: #5EC12F;
}
</style>
border-color css
<style>
span { border-color: #5EC12F; }
span { border-color: rgb(94,193,47); }
td.TdClassName
{
border-color: #5EC12F;
}
.TagClassName
{
border-color: #5EC12F;
}
</style>