Shades of Apple #5EC945
Tints of Apple #5EC945
RGB
CMYK
RGB Variations
Color information
#5EC945 (or 0x5EC945) is known color: Apple. HEX triplet: 5E, C9 and 45. RGB value is (94,201,69). Sum of RGB (Red+Green+Blue) = 94+201+69=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC945 is #A136BA. Grayscale: #9A9A9A. Windows color (decimal): -10565307 or 4573534. OLE color: 4573534.
HSL color Cylindrical-coordinate representation of color #5EC945: hue angle of 108.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EC945 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 69 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.21 |
| HSL | 108.64º | 0.55% | 0.53% | - |
| HSV(B) | 108.64º | 0.66% | 0.79% | - |
| XYZ | 26.58 | 44.58 | 12.83 | - |
| YUV | 153.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 69 | 0.53 | 0 | 0.66 | 0.21 | 108.64 | 0.55 | 0.53 |
| Hex | 5E | C9 | 45 | 35 | 0 | 42 | 15 | 6D | 37 | 35 |
| Octal | 136 | 311 | 105 | 65 | 0 | 102 | 25 | 155 | 67 | 65 |
| Binary | 1011110 | 11001001 | 1000101 | 110101 | 0 | 1000010 | 10101 | 1101101 | 110111 | 110101 |
Color Harmonies of #5EC945
Complementary color
Monochromatic Colors of #5EC945
Black with #5EC945
Text Example
Text Example
White with #5EC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC945; }
p { color: rgb(94,201,69); }
H1.HeaderClassName
{
color: #5EC945;
}
.AnyTagClassName
{
color: #5EC945;
}
</style>
background-color css
<style>
a { background-color: #5EC945; }
a { background-color: rgb(94,201,69); }
div.DivClassName
{
background-color: #5EC945;
}
.BgClassName
{
background-color: #5EC945;
}
</style>
border-color css
<style>
span { border-color: #5EC945; }
span { border-color: rgb(94,201,69); }
td.TdClassName
{
border-color: #5EC945;
}
.TagClassName
{
border-color: #5EC945;
}
</style>