Shades of Apple #5EBB48
Tints of Apple #5EBB48
RGB
CMYK
RGB Variations
Color information
#5EBB48 (or 0x5EBB48) is known color: Apple. HEX triplet: 5E, BB and 48. RGB value is (94,187,72). Sum of RGB (Red+Green+Blue) = 94+187+72=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBB48 is #A144B7. Grayscale: #929292. Windows color (decimal): -10568888 or 4766558. OLE color: 4766558.
HSL color Cylindrical-coordinate representation of color #5EBB48: hue angle of 108.52º degrees, saturation: 0.46, 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 #5EBB48 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 72 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.27 |
| HSL | 108.52º | 0.46% | 0.51% | - |
| HSV(B) | 108.52º | 0.61% | 0.73% | - |
| XYZ | 23.56 | 38.39 | 12.3 | - |
| YUV | 146.08 | 86.19 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 72 | 0.50 | 0 | 0.61 | 0.27 | 108.52 | 0.46 | 0.51 |
| Hex | 5E | BB | 48 | 32 | 0 | 3D | 1B | 6D | 2E | 33 |
| Octal | 136 | 273 | 110 | 62 | 0 | 75 | 33 | 155 | 56 | 63 |
| Binary | 1011110 | 10111011 | 1001000 | 110010 | 0 | 111101 | 11011 | 1101101 | 101110 | 110011 |
Color Harmonies of #5EBB48
Complementary color
Monochromatic Colors of #5EBB48
Black with #5EBB48
Text Example
Text Example
White with #5EBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB48; }
p { color: rgb(94,187,72); }
H1.HeaderClassName
{
color: #5EBB48;
}
.AnyTagClassName
{
color: #5EBB48;
}
</style>
background-color css
<style>
a { background-color: #5EBB48; }
a { background-color: rgb(94,187,72); }
div.DivClassName
{
background-color: #5EBB48;
}
.BgClassName
{
background-color: #5EBB48;
}
</style>
border-color css
<style>
span { border-color: #5EBB48; }
span { border-color: rgb(94,187,72); }
td.TdClassName
{
border-color: #5EBB48;
}
.TagClassName
{
border-color: #5EBB48;
}
</style>