Shades of Apple #5EC455
Tints of Apple #5EC455
RGB
CMYK
RGB Variations
Color information
#5EC455 (or 0x5EC455) is known color: Apple. HEX triplet: 5E, C4 and 55. RGB value is (94,196,85). Sum of RGB (Red+Green+Blue) = 94+196+85=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC455 is #A13BAA. Grayscale: #999999. Windows color (decimal): -10566571 or 5620830. OLE color: 5620830.
HSL color Cylindrical-coordinate representation of color #5EC455: hue angle of 115.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EC455 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 85 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.23 |
| HSL | 115.14º | 0.48% | 0.55% | - |
| HSV(B) | 115.14º | 0.57% | 0.77% | - |
| XYZ | 26 | 42.52 | 15.43 | - |
| YUV | 152.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 85 | 0.52 | 0 | 0.57 | 0.23 | 115.14 | 0.48 | 0.55 |
| Hex | 5E | C4 | 55 | 34 | 0 | 39 | 17 | 73 | 30 | 37 |
| Octal | 136 | 304 | 125 | 64 | 0 | 71 | 27 | 163 | 60 | 67 |
| Binary | 1011110 | 11000100 | 1010101 | 110100 | 0 | 111001 | 10111 | 1110011 | 110000 | 110111 |
Color Harmonies of #5EC455
Complementary color
Monochromatic Colors of #5EC455
Black with #5EC455
Text Example
Text Example
White with #5EC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC455; }
p { color: rgb(94,196,85); }
H1.HeaderClassName
{
color: #5EC455;
}
.AnyTagClassName
{
color: #5EC455;
}
</style>
background-color css
<style>
a { background-color: #5EC455; }
a { background-color: rgb(94,196,85); }
div.DivClassName
{
background-color: #5EC455;
}
.BgClassName
{
background-color: #5EC455;
}
</style>
border-color css
<style>
span { border-color: #5EC455; }
span { border-color: rgb(94,196,85); }
td.TdClassName
{
border-color: #5EC455;
}
.TagClassName
{
border-color: #5EC455;
}
</style>