Shades of Apple #5EC73C
Tints of Apple #5EC73C
RGB
CMYK
RGB Variations
Color information
#5EC73C (or 0x5EC73C) is known color: Apple. HEX triplet: 5E, C7 and 3C. RGB value is (94,199,60). Sum of RGB (Red+Green+Blue) = 94+199+60=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #5EC73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC73C is #A138C3. Grayscale: #989898. Windows color (decimal): -10565828 or 3983198. OLE color: 3983198.
HSL color Cylindrical-coordinate representation of color #5EC73C: hue angle of 105.32º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EC73C is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 199 | 60 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.22 |
| HSL | 105.32º | 0.55% | 0.51% | - |
| HSV(B) | 105.32º | 0.7% | 0.78% | - |
| XYZ | 25.86 | 43.55 | 11.32 | - |
| YUV | 151.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 199 | 60 | 0.53 | 0 | 0.70 | 0.22 | 105.32 | 0.55 | 0.51 |
| Hex | 5E | C7 | 3C | 35 | 0 | 46 | 16 | 69 | 37 | 33 |
| Octal | 136 | 307 | 74 | 65 | 0 | 106 | 26 | 151 | 67 | 63 |
| Binary | 1011110 | 11000111 | 111100 | 110101 | 0 | 1000110 | 10110 | 1101001 | 110111 | 110011 |
Color Harmonies of #5EC73C
Complementary color
Monochromatic Colors of #5EC73C
Black with #5EC73C
Text Example
Text Example
White with #5EC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC73C; }
p { color: rgb(94,199,60); }
H1.HeaderClassName
{
color: #5EC73C;
}
.AnyTagClassName
{
color: #5EC73C;
}
</style>
background-color css
<style>
a { background-color: #5EC73C; }
a { background-color: rgb(94,199,60); }
div.DivClassName
{
background-color: #5EC73C;
}
.BgClassName
{
background-color: #5EC73C;
}
</style>
border-color css
<style>
span { border-color: #5EC73C; }
span { border-color: rgb(94,199,60); }
td.TdClassName
{
border-color: #5EC73C;
}
.TagClassName
{
border-color: #5EC73C;
}
</style>