Shades of Apple #5EBA48
Tints of Apple #5EBA48
RGB
CMYK
RGB Variations
Color information
#5EBA48 (or 0x5EBA48) is known color: Apple. HEX triplet: 5E, BA and 48. RGB value is (94,186,72). Sum of RGB (Red+Green+Blue) = 94+186+72=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA48 is #A145B7. Grayscale: #919191. Windows color (decimal): -10569144 or 4766302. OLE color: 4766302.
HSL color Cylindrical-coordinate representation of color #5EBA48: hue angle of 108.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBA48 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 72 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.27 |
| HSL | 108.42º | 0.45% | 0.51% | - |
| HSV(B) | 108.42º | 0.61% | 0.73% | - |
| XYZ | 23.34 | 37.97 | 12.23 | - |
| YUV | 145.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 72 | 0.49 | 0 | 0.61 | 0.27 | 108.42 | 0.45 | 0.51 |
| Hex | 5E | BA | 48 | 31 | 0 | 3D | 1B | 6C | 2D | 33 |
| Octal | 136 | 272 | 110 | 61 | 0 | 75 | 33 | 154 | 55 | 63 |
| Binary | 1011110 | 10111010 | 1001000 | 110001 | 0 | 111101 | 11011 | 1101100 | 101101 | 110011 |
Color Harmonies of #5EBA48
Complementary color
Monochromatic Colors of #5EBA48
Black with #5EBA48
Text Example
Text Example
White with #5EBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA48; }
p { color: rgb(94,186,72); }
H1.HeaderClassName
{
color: #5EBA48;
}
.AnyTagClassName
{
color: #5EBA48;
}
</style>
background-color css
<style>
a { background-color: #5EBA48; }
a { background-color: rgb(94,186,72); }
div.DivClassName
{
background-color: #5EBA48;
}
.BgClassName
{
background-color: #5EBA48;
}
</style>
border-color css
<style>
span { border-color: #5EBA48; }
span { border-color: rgb(94,186,72); }
td.TdClassName
{
border-color: #5EBA48;
}
.TagClassName
{
border-color: #5EBA48;
}
</style>