Shades of Apple #5EC545
Tints of Apple #5EC545
RGB
CMYK
RGB Variations
Color information
#5EC545 (or 0x5EC545) is known color: Apple. HEX triplet: 5E, C5 and 45. RGB value is (94,197,69). Sum of RGB (Red+Green+Blue) = 94+197+69=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC545 is #A13ABA. Grayscale: #989898. Windows color (decimal): -10566331 or 4572510. OLE color: 4572510.
HSL color Cylindrical-coordinate representation of color #5EC545: hue angle of 108.28º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EC545 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 69 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.23 |
| HSL | 108.28º | 0.52% | 0.52% | - |
| HSV(B) | 108.28º | 0.65% | 0.77% | - |
| XYZ | 25.66 | 42.74 | 12.53 | - |
| YUV | 151.61 | 81.38 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 69 | 0.52 | 0 | 0.65 | 0.23 | 108.28 | 0.52 | 0.52 |
| Hex | 5E | C5 | 45 | 34 | 0 | 41 | 17 | 6C | 34 | 34 |
| Octal | 136 | 305 | 105 | 64 | 0 | 101 | 27 | 154 | 64 | 64 |
| Binary | 1011110 | 11000101 | 1000101 | 110100 | 0 | 1000001 | 10111 | 1101100 | 110100 | 110100 |
Color Harmonies of #5EC545
Complementary color
Monochromatic Colors of #5EC545
Black with #5EC545
Text Example
Text Example
White with #5EC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC545; }
p { color: rgb(94,197,69); }
H1.HeaderClassName
{
color: #5EC545;
}
.AnyTagClassName
{
color: #5EC545;
}
</style>
background-color css
<style>
a { background-color: #5EC545; }
a { background-color: rgb(94,197,69); }
div.DivClassName
{
background-color: #5EC545;
}
.BgClassName
{
background-color: #5EC545;
}
</style>
border-color css
<style>
span { border-color: #5EC545; }
span { border-color: rgb(94,197,69); }
td.TdClassName
{
border-color: #5EC545;
}
.TagClassName
{
border-color: #5EC545;
}
</style>