Shades of Apple #5EC246
Tints of Apple #5EC246
RGB
CMYK
RGB Variations
Color information
#5EC246 (or 0x5EC246) is known color: Apple. HEX triplet: 5E, C2 and 46. RGB value is (94,194,70). Sum of RGB (Red+Green+Blue) = 94+194+70=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC246 is #A13DB9. Grayscale: #969696. Windows color (decimal): -10567098 or 4637278. OLE color: 4637278.
HSL color Cylindrical-coordinate representation of color #5EC246: hue angle of 108.39º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EC246 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 70 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.24 |
| HSL | 108.39º | 0.5% | 0.52% | - |
| HSV(B) | 108.39º | 0.64% | 0.76% | - |
| XYZ | 25.01 | 41.41 | 12.47 | - |
| YUV | 149.96 | 82.87 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 70 | 0.52 | 0 | 0.64 | 0.24 | 108.39 | 0.5 | 0.52 |
| Hex | 5E | C2 | 46 | 34 | 0 | 40 | 18 | 6C | 32 | 34 |
| Octal | 136 | 302 | 106 | 64 | 0 | 100 | 30 | 154 | 62 | 64 |
| Binary | 1011110 | 11000010 | 1000110 | 110100 | 0 | 1000000 | 11000 | 1101100 | 110010 | 110100 |
Color Harmonies of #5EC246
Complementary color
Monochromatic Colors of #5EC246
Black with #5EC246
Text Example
Text Example
White with #5EC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC246; }
p { color: rgb(94,194,70); }
H1.HeaderClassName
{
color: #5EC246;
}
.AnyTagClassName
{
color: #5EC246;
}
</style>
background-color css
<style>
a { background-color: #5EC246; }
a { background-color: rgb(94,194,70); }
div.DivClassName
{
background-color: #5EC246;
}
.BgClassName
{
background-color: #5EC246;
}
</style>
border-color css
<style>
span { border-color: #5EC246; }
span { border-color: rgb(94,194,70); }
td.TdClassName
{
border-color: #5EC246;
}
.TagClassName
{
border-color: #5EC246;
}
</style>