Shades of Apple #5EBA2F
Tints of Apple #5EBA2F
RGB
CMYK
RGB Variations
Color information
#5EBA2F (or 0x5EBA2F) is known color: Apple. HEX triplet: 5E, BA and 2F. RGB value is (94,186,47). Sum of RGB (Red+Green+Blue) = 94+186+47=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA2F is #A145D0. Grayscale: #8F8F8F. Windows color (decimal): -10569169 or 3127902. OLE color: 3127902.
HSL color Cylindrical-coordinate representation of color #5EBA2F: hue angle of 99.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EBA2F is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 47 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.27 |
| HSL | 99.71º | 0.6% | 0.46% | - |
| HSV(B) | 99.71º | 0.75% | 0.73% | - |
| XYZ | 22.69 | 37.7 | 8.77 | - |
| YUV | 142.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 47 | 0.49 | 0 | 0.75 | 0.27 | 99.71 | 0.6 | 0.46 |
| Hex | 5E | BA | 2F | 31 | 0 | 4B | 1B | 64 | 3C | 2E |
| Octal | 136 | 272 | 57 | 61 | 0 | 113 | 33 | 144 | 74 | 56 |
| Binary | 1011110 | 10111010 | 101111 | 110001 | 0 | 1001011 | 11011 | 1100100 | 111100 | 101110 |
Color Harmonies of #5EBA2F
Complementary color
Monochromatic Colors of #5EBA2F
Black with #5EBA2F
Text Example
Text Example
White with #5EBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA2F; }
p { color: rgb(94,186,47); }
H1.HeaderClassName
{
color: #5EBA2F;
}
.AnyTagClassName
{
color: #5EBA2F;
}
</style>
background-color css
<style>
a { background-color: #5EBA2F; }
a { background-color: rgb(94,186,47); }
div.DivClassName
{
background-color: #5EBA2F;
}
.BgClassName
{
background-color: #5EBA2F;
}
</style>
border-color css
<style>
span { border-color: #5EBA2F; }
span { border-color: rgb(94,186,47); }
td.TdClassName
{
border-color: #5EBA2F;
}
.TagClassName
{
border-color: #5EBA2F;
}
</style>