Shades of Apple #5EBC49
Tints of Apple #5EBC49
RGB
CMYK
RGB Variations
Color information
#5EBC49 (or 0x5EBC49) is known color: Apple. HEX triplet: 5E, BC and 49. RGB value is (94,188,73). Sum of RGB (Red+Green+Blue) = 94+188+73=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC49 is #A143B6. Grayscale: #939393. Windows color (decimal): -10568631 or 4832350. OLE color: 4832350.
HSL color Cylindrical-coordinate representation of color #5EBC49: hue angle of 109.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBC49 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 73 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.26 |
| HSL | 109.04º | 0.46% | 0.51% | - |
| HSV(B) | 109.04º | 0.61% | 0.74% | - |
| XYZ | 23.8 | 38.83 | 12.54 | - |
| YUV | 146.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 73 | 0.50 | 0 | 0.61 | 0.26 | 109.04 | 0.46 | 0.51 |
| Hex | 5E | BC | 49 | 32 | 0 | 3D | 1A | 6D | 2E | 33 |
| Octal | 136 | 274 | 111 | 62 | 0 | 75 | 32 | 155 | 56 | 63 |
| Binary | 1011110 | 10111100 | 1001001 | 110010 | 0 | 111101 | 11010 | 1101101 | 101110 | 110011 |
Color Harmonies of #5EBC49
Complementary color
Monochromatic Colors of #5EBC49
Black with #5EBC49
Text Example
Text Example
White with #5EBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC49; }
p { color: rgb(94,188,73); }
H1.HeaderClassName
{
color: #5EBC49;
}
.AnyTagClassName
{
color: #5EBC49;
}
</style>
background-color css
<style>
a { background-color: #5EBC49; }
a { background-color: rgb(94,188,73); }
div.DivClassName
{
background-color: #5EBC49;
}
.BgClassName
{
background-color: #5EBC49;
}
</style>
border-color css
<style>
span { border-color: #5EBC49; }
span { border-color: rgb(94,188,73); }
td.TdClassName
{
border-color: #5EBC49;
}
.TagClassName
{
border-color: #5EBC49;
}
</style>