Shades of Apple #5EA641
Tints of Apple #5EA641
RGB
CMYK
RGB Variations
Color information
#5EA641 (or 0x5EA641) is known color: Apple. HEX triplet: 5E, A6 and 41. RGB value is (94,166,65). Sum of RGB (Red+Green+Blue) = 94+166+65=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA641 is #A159BE. Grayscale: #858585. Windows color (decimal): -10574271 or 4302430. OLE color: 4302430.
HSL color Cylindrical-coordinate representation of color #5EA641: hue angle of 102.77º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EA641 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 166 | 65 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.35 |
| HSL | 102.77º | 0.44% | 0.45% | - |
| HSV(B) | 102.77º | 0.61% | 0.65% | - |
| XYZ | 19.21 | 30.03 | 9.79 | - |
| YUV | 132.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 166 | 65 | 0.43 | 0 | 0.61 | 0.35 | 102.77 | 0.44 | 0.45 |
| Hex | 5E | A6 | 41 | 2B | 0 | 3D | 23 | 67 | 2C | 2D |
| Octal | 136 | 246 | 101 | 53 | 0 | 75 | 43 | 147 | 54 | 55 |
| Binary | 1011110 | 10100110 | 1000001 | 101011 | 0 | 111101 | 100011 | 1100111 | 101100 | 101101 |
Color Harmonies of #5EA641
Complementary color
Monochromatic Colors of #5EA641
Black with #5EA641
Text Example
Text Example
White with #5EA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA641; }
p { color: rgb(94,166,65); }
H1.HeaderClassName
{
color: #5EA641;
}
.AnyTagClassName
{
color: #5EA641;
}
</style>
background-color css
<style>
a { background-color: #5EA641; }
a { background-color: rgb(94,166,65); }
div.DivClassName
{
background-color: #5EA641;
}
.BgClassName
{
background-color: #5EA641;
}
</style>
border-color css
<style>
span { border-color: #5EA641; }
span { border-color: rgb(94,166,65); }
td.TdClassName
{
border-color: #5EA641;
}
.TagClassName
{
border-color: #5EA641;
}
</style>