Shades of Apple #5EC53F
Tints of Apple #5EC53F
RGB
CMYK
RGB Variations
Color information
#5EC53F (or 0x5EC53F) is known color: Apple. HEX triplet: 5E, C5 and 3F. RGB value is (94,197,63). Sum of RGB (Red+Green+Blue) = 94+197+63=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC53F is #A13AC0. Grayscale: #979797. Windows color (decimal): -10566337 or 4179294. OLE color: 4179294.
HSL color Cylindrical-coordinate representation of color #5EC53F: hue angle of 106.12º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EC53F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 63 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.23 |
| HSL | 106.12º | 0.54% | 0.51% | - |
| HSV(B) | 106.12º | 0.68% | 0.77% | - |
| XYZ | 25.48 | 42.67 | 11.6 | - |
| YUV | 150.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 63 | 0.52 | 0 | 0.68 | 0.23 | 106.12 | 0.54 | 0.51 |
| Hex | 5E | C5 | 3F | 34 | 0 | 44 | 17 | 6A | 36 | 33 |
| Octal | 136 | 305 | 77 | 64 | 0 | 104 | 27 | 152 | 66 | 63 |
| Binary | 1011110 | 11000101 | 111111 | 110100 | 0 | 1000100 | 10111 | 1101010 | 110110 | 110011 |
Color Harmonies of #5EC53F
Complementary color
Monochromatic Colors of #5EC53F
Black with #5EC53F
Text Example
Text Example
White with #5EC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC53F; }
p { color: rgb(94,197,63); }
H1.HeaderClassName
{
color: #5EC53F;
}
.AnyTagClassName
{
color: #5EC53F;
}
</style>
background-color css
<style>
a { background-color: #5EC53F; }
a { background-color: rgb(94,197,63); }
div.DivClassName
{
background-color: #5EC53F;
}
.BgClassName
{
background-color: #5EC53F;
}
</style>
border-color css
<style>
span { border-color: #5EC53F; }
span { border-color: rgb(94,197,63); }
td.TdClassName
{
border-color: #5EC53F;
}
.TagClassName
{
border-color: #5EC53F;
}
</style>