Shades of Apple #5EC553
Tints of Apple #5EC553
RGB
CMYK
RGB Variations
Color information
#5EC553 (or 0x5EC553) is known color: Apple. HEX triplet: 5E, C5 and 53. RGB value is (94,197,83). Sum of RGB (Red+Green+Blue) = 94+197+83=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC553 is #A13AAC. Grayscale: #999999. Windows color (decimal): -10566317 or 5490014. OLE color: 5490014.
HSL color Cylindrical-coordinate representation of color #5EC553: hue angle of 114.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EC553 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 83 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.23 |
| HSL | 114.21º | 0.5% | 0.55% | - |
| HSV(B) | 114.21º | 0.58% | 0.77% | - |
| XYZ | 26.14 | 42.94 | 15.09 | - |
| YUV | 153.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 83 | 0.52 | 0 | 0.58 | 0.23 | 114.21 | 0.5 | 0.55 |
| Hex | 5E | C5 | 53 | 34 | 0 | 3A | 17 | 72 | 32 | 37 |
| Octal | 136 | 305 | 123 | 64 | 0 | 72 | 27 | 162 | 62 | 67 |
| Binary | 1011110 | 11000101 | 1010011 | 110100 | 0 | 111010 | 10111 | 1110010 | 110010 | 110111 |
Color Harmonies of #5EC553
Complementary color
Monochromatic Colors of #5EC553
Black with #5EC553
Text Example
Text Example
White with #5EC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC553; }
p { color: rgb(94,197,83); }
H1.HeaderClassName
{
color: #5EC553;
}
.AnyTagClassName
{
color: #5EC553;
}
</style>
background-color css
<style>
a { background-color: #5EC553; }
a { background-color: rgb(94,197,83); }
div.DivClassName
{
background-color: #5EC553;
}
.BgClassName
{
background-color: #5EC553;
}
</style>
border-color css
<style>
span { border-color: #5EC553; }
span { border-color: rgb(94,197,83); }
td.TdClassName
{
border-color: #5EC553;
}
.TagClassName
{
border-color: #5EC553;
}
</style>