Shades of Apple #5EBA3F
Tints of Apple #5EBA3F
RGB
CMYK
RGB Variations
Color information
#5EBA3F (or 0x5EBA3F) is known color: Apple. HEX triplet: 5E, BA and 3F. RGB value is (94,186,63). Sum of RGB (Red+Green+Blue) = 94+186+63=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA3F is #A145C0. Grayscale: #909090. Windows color (decimal): -10569153 or 4176478. OLE color: 4176478.
HSL color Cylindrical-coordinate representation of color #5EBA3F: hue angle of 104.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EBA3F is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 63 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.27 |
| HSL | 104.88º | 0.49% | 0.49% | - |
| HSV(B) | 104.88º | 0.66% | 0.73% | - |
| XYZ | 23.07 | 37.86 | 10.79 | - |
| YUV | 144.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 63 | 0.49 | 0 | 0.66 | 0.27 | 104.88 | 0.49 | 0.49 |
| Hex | 5E | BA | 3F | 31 | 0 | 42 | 1B | 69 | 31 | 31 |
| Octal | 136 | 272 | 77 | 61 | 0 | 102 | 33 | 151 | 61 | 61 |
| Binary | 1011110 | 10111010 | 111111 | 110001 | 0 | 1000010 | 11011 | 1101001 | 110001 | 110001 |
Color Harmonies of #5EBA3F
Complementary color
Monochromatic Colors of #5EBA3F
Black with #5EBA3F
Text Example
Text Example
White with #5EBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA3F; }
p { color: rgb(94,186,63); }
H1.HeaderClassName
{
color: #5EBA3F;
}
.AnyTagClassName
{
color: #5EBA3F;
}
</style>
background-color css
<style>
a { background-color: #5EBA3F; }
a { background-color: rgb(94,186,63); }
div.DivClassName
{
background-color: #5EBA3F;
}
.BgClassName
{
background-color: #5EBA3F;
}
</style>
border-color css
<style>
span { border-color: #5EBA3F; }
span { border-color: rgb(94,186,63); }
td.TdClassName
{
border-color: #5EBA3F;
}
.TagClassName
{
border-color: #5EBA3F;
}
</style>