Shades of Apple #5EC950
Tints of Apple #5EC950
RGB
CMYK
RGB Variations
Color information
#5EC950 (or 0x5EC950) is known color: Apple. HEX triplet: 5E, C9 and 50. RGB value is (94,201,80). Sum of RGB (Red+Green+Blue) = 94+201+80=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC950 is #A136AF. Grayscale: #9B9B9B. Windows color (decimal): -10565296 or 5294430. OLE color: 5294430.
HSL color Cylindrical-coordinate representation of color #5EC950: hue angle of 113.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC950 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 80 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.21 |
| HSL | 113.06º | 0.53% | 0.55% | - |
| HSV(B) | 113.06º | 0.6% | 0.79% | - |
| XYZ | 26.95 | 44.73 | 14.8 | - |
| YUV | 155.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 80 | 0.53 | 0 | 0.60 | 0.21 | 113.06 | 0.53 | 0.55 |
| Hex | 5E | C9 | 50 | 35 | 0 | 3C | 15 | 71 | 35 | 37 |
| Octal | 136 | 311 | 120 | 65 | 0 | 74 | 25 | 161 | 65 | 67 |
| Binary | 1011110 | 11001001 | 1010000 | 110101 | 0 | 111100 | 10101 | 1110001 | 110101 | 110111 |
Color Harmonies of #5EC950
Complementary color
Monochromatic Colors of #5EC950
Black with #5EC950
Text Example
Text Example
White with #5EC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC950; }
p { color: rgb(94,201,80); }
H1.HeaderClassName
{
color: #5EC950;
}
.AnyTagClassName
{
color: #5EC950;
}
</style>
background-color css
<style>
a { background-color: #5EC950; }
a { background-color: rgb(94,201,80); }
div.DivClassName
{
background-color: #5EC950;
}
.BgClassName
{
background-color: #5EC950;
}
</style>
border-color css
<style>
span { border-color: #5EC950; }
span { border-color: rgb(94,201,80); }
td.TdClassName
{
border-color: #5EC950;
}
.TagClassName
{
border-color: #5EC950;
}
</style>