Shades of Apple #5EA83D
Tints of Apple #5EA83D
RGB
CMYK
RGB Variations
Color information
#5EA83D (or 0x5EA83D) is known color: Apple. HEX triplet: 5E, A8 and 3D. RGB value is (94,168,61). Sum of RGB (Red+Green+Blue) = 94+168+61=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #5EA83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA83D is #A157C2. Grayscale: #868686. Windows color (decimal): -10573763 or 4040798. OLE color: 4040798.
HSL color Cylindrical-coordinate representation of color #5EA83D: hue angle of 101.5º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EA83D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 168 | 61 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.34 |
| HSL | 101.5º | 0.47% | 0.45% | - |
| HSV(B) | 101.5º | 0.64% | 0.66% | - |
| XYZ | 19.46 | 30.72 | 9.32 | - |
| YUV | 133.68 | 86.98 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 168 | 61 | 0.44 | 0 | 0.64 | 0.34 | 101.5 | 0.47 | 0.45 |
| Hex | 5E | A8 | 3D | 2C | 0 | 40 | 22 | 65 | 2F | 2D |
| Octal | 136 | 250 | 75 | 54 | 0 | 100 | 42 | 145 | 57 | 55 |
| Binary | 1011110 | 10101000 | 111101 | 101100 | 0 | 1000000 | 100010 | 1100101 | 101111 | 101101 |
Color Harmonies of #5EA83D
Complementary color
Monochromatic Colors of #5EA83D
Black with #5EA83D
Text Example
Text Example
White with #5EA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA83D; }
p { color: rgb(94,168,61); }
H1.HeaderClassName
{
color: #5EA83D;
}
.AnyTagClassName
{
color: #5EA83D;
}
</style>
background-color css
<style>
a { background-color: #5EA83D; }
a { background-color: rgb(94,168,61); }
div.DivClassName
{
background-color: #5EA83D;
}
.BgClassName
{
background-color: #5EA83D;
}
</style>
border-color css
<style>
span { border-color: #5EA83D; }
span { border-color: rgb(94,168,61); }
td.TdClassName
{
border-color: #5EA83D;
}
.TagClassName
{
border-color: #5EA83D;
}
</style>