Shades of Apple #5EC946
Tints of Apple #5EC946
RGB
CMYK
RGB Variations
Color information
#5EC946 (or 0x5EC946) is known color: Apple. HEX triplet: 5E, C9 and 46. RGB value is (94,201,70). Sum of RGB (Red+Green+Blue) = 94+201+70=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC946 is #A136B9. Grayscale: #9A9A9A. Windows color (decimal): -10565306 or 4639070. OLE color: 4639070.
HSL color Cylindrical-coordinate representation of color #5EC946: hue angle of 109.01º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EC946 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 70 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.21 |
| HSL | 109.01º | 0.55% | 0.53% | - |
| HSV(B) | 109.01º | 0.65% | 0.79% | - |
| XYZ | 26.61 | 44.6 | 13 | - |
| YUV | 154.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 70 | 0.53 | 0 | 0.65 | 0.21 | 109.01 | 0.55 | 0.53 |
| Hex | 5E | C9 | 46 | 35 | 0 | 41 | 15 | 6D | 37 | 35 |
| Octal | 136 | 311 | 106 | 65 | 0 | 101 | 25 | 155 | 67 | 65 |
| Binary | 1011110 | 11001001 | 1000110 | 110101 | 0 | 1000001 | 10101 | 1101101 | 110111 | 110101 |
Color Harmonies of #5EC946
Complementary color
Monochromatic Colors of #5EC946
Black with #5EC946
Text Example
Text Example
White with #5EC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC946; }
p { color: rgb(94,201,70); }
H1.HeaderClassName
{
color: #5EC946;
}
.AnyTagClassName
{
color: #5EC946;
}
</style>
background-color css
<style>
a { background-color: #5EC946; }
a { background-color: rgb(94,201,70); }
div.DivClassName
{
background-color: #5EC946;
}
.BgClassName
{
background-color: #5EC946;
}
</style>
border-color css
<style>
span { border-color: #5EC946; }
span { border-color: rgb(94,201,70); }
td.TdClassName
{
border-color: #5EC946;
}
.TagClassName
{
border-color: #5EC946;
}
</style>