Shades of Apple #5EA83B
Tints of Apple #5EA83B
RGB
CMYK
RGB Variations
Color information
#5EA83B (or 0x5EA83B) is known color: Apple. HEX triplet: 5E, A8 and 3B. RGB value is (94,168,59). Sum of RGB (Red+Green+Blue) = 94+168+59=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #5EA83B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA83B is #A157C4. Grayscale: #858585. Windows color (decimal): -10573765 or 3909726. OLE color: 3909726.
HSL color Cylindrical-coordinate representation of color #5EA83B: hue angle of 100.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EA83B is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 168 | 59 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.34 |
| HSL | 100.73º | 0.48% | 0.45% | - |
| HSV(B) | 100.73º | 0.65% | 0.66% | - |
| XYZ | 19.41 | 30.7 | 9.04 | - |
| YUV | 133.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 168 | 59 | 0.44 | 0 | 0.65 | 0.34 | 100.73 | 0.48 | 0.45 |
| Hex | 5E | A8 | 3B | 2C | 0 | 41 | 22 | 65 | 30 | 2D |
| Octal | 136 | 250 | 73 | 54 | 0 | 101 | 42 | 145 | 60 | 55 |
| Binary | 1011110 | 10101000 | 111011 | 101100 | 0 | 1000001 | 100010 | 1100101 | 110000 | 101101 |
Color Harmonies of #5EA83B
Complementary color
Monochromatic Colors of #5EA83B
Black with #5EA83B
Text Example
Text Example
White with #5EA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA83B; }
p { color: rgb(94,168,59); }
H1.HeaderClassName
{
color: #5EA83B;
}
.AnyTagClassName
{
color: #5EA83B;
}
</style>
background-color css
<style>
a { background-color: #5EA83B; }
a { background-color: rgb(94,168,59); }
div.DivClassName
{
background-color: #5EA83B;
}
.BgClassName
{
background-color: #5EA83B;
}
</style>
border-color css
<style>
span { border-color: #5EA83B; }
span { border-color: rgb(94,168,59); }
td.TdClassName
{
border-color: #5EA83B;
}
.TagClassName
{
border-color: #5EA83B;
}
</style>