Shades of Apple #5EBA31
Tints of Apple #5EBA31
RGB
CMYK
RGB Variations
Color information
#5EBA31 (or 0x5EBA31) is known color: Apple. HEX triplet: 5E, BA and 31. RGB value is (94,186,49). Sum of RGB (Red+Green+Blue) = 94+186+49=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA31 is #A145CE. Grayscale: #8F8F8F. Windows color (decimal): -10569167 or 3258974. OLE color: 3258974.
HSL color Cylindrical-coordinate representation of color #5EBA31: hue angle of 100.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EBA31 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 49 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.27 |
| HSL | 100.29º | 0.58% | 0.46% | - |
| HSV(B) | 100.29º | 0.74% | 0.73% | - |
| XYZ | 22.73 | 37.72 | 8.99 | - |
| YUV | 142.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 49 | 0.49 | 0 | 0.74 | 0.27 | 100.29 | 0.58 | 0.46 |
| Hex | 5E | BA | 31 | 31 | 0 | 4A | 1B | 64 | 3A | 2E |
| Octal | 136 | 272 | 61 | 61 | 0 | 112 | 33 | 144 | 72 | 56 |
| Binary | 1011110 | 10111010 | 110001 | 110001 | 0 | 1001010 | 11011 | 1100100 | 111010 | 101110 |
Color Harmonies of #5EBA31
Complementary color
Monochromatic Colors of #5EBA31
Black with #5EBA31
Text Example
Text Example
White with #5EBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA31; }
p { color: rgb(94,186,49); }
H1.HeaderClassName
{
color: #5EBA31;
}
.AnyTagClassName
{
color: #5EBA31;
}
</style>
background-color css
<style>
a { background-color: #5EBA31; }
a { background-color: rgb(94,186,49); }
div.DivClassName
{
background-color: #5EBA31;
}
.BgClassName
{
background-color: #5EBA31;
}
</style>
border-color css
<style>
span { border-color: #5EBA31; }
span { border-color: rgb(94,186,49); }
td.TdClassName
{
border-color: #5EBA31;
}
.TagClassName
{
border-color: #5EBA31;
}
</style>