Shades of Apple #5EC350
Tints of Apple #5EC350
RGB
CMYK
RGB Variations
Color information
#5EC350 (or 0x5EC350) is known color: Apple. HEX triplet: 5E, C3 and 50. RGB value is (94,195,80). Sum of RGB (Red+Green+Blue) = 94+195+80=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC350 is #A13CAF. Grayscale: #989898. Windows color (decimal): -10566832 or 5292894. OLE color: 5292894.
HSL color Cylindrical-coordinate representation of color #5EC350: hue angle of 112.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EC350 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 80 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.24 |
| HSL | 112.7º | 0.49% | 0.54% | - |
| HSV(B) | 112.7º | 0.59% | 0.76% | - |
| XYZ | 25.58 | 41.99 | 14.35 | - |
| YUV | 151.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 80 | 0.52 | 0 | 0.59 | 0.24 | 112.7 | 0.49 | 0.54 |
| Hex | 5E | C3 | 50 | 34 | 0 | 3B | 18 | 71 | 31 | 36 |
| Octal | 136 | 303 | 120 | 64 | 0 | 73 | 30 | 161 | 61 | 66 |
| Binary | 1011110 | 11000011 | 1010000 | 110100 | 0 | 111011 | 11000 | 1110001 | 110001 | 110110 |
Color Harmonies of #5EC350
Complementary color
Monochromatic Colors of #5EC350
Black with #5EC350
Text Example
Text Example
White with #5EC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC350; }
p { color: rgb(94,195,80); }
H1.HeaderClassName
{
color: #5EC350;
}
.AnyTagClassName
{
color: #5EC350;
}
</style>
background-color css
<style>
a { background-color: #5EC350; }
a { background-color: rgb(94,195,80); }
div.DivClassName
{
background-color: #5EC350;
}
.BgClassName
{
background-color: #5EC350;
}
</style>
border-color css
<style>
span { border-color: #5EC350; }
span { border-color: rgb(94,195,80); }
td.TdClassName
{
border-color: #5EC350;
}
.TagClassName
{
border-color: #5EC350;
}
</style>