Shades of Apple #5EA93E
Tints of Apple #5EA93E
RGB
CMYK
RGB Variations
Color information
#5EA93E (or 0x5EA93E) is known color: Apple. HEX triplet: 5E, A9 and 3E. RGB value is (94,169,62). Sum of RGB (Red+Green+Blue) = 94+169+62=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA93E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA93E is #A156C1. Grayscale: #868686. Windows color (decimal): -10573506 or 4106590. OLE color: 4106590.
HSL color Cylindrical-coordinate representation of color #5EA93E: hue angle of 102.06º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EA93E is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 62 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.34 |
| HSL | 102.06º | 0.46% | 0.45% | - |
| HSV(B) | 102.06º | 0.63% | 0.66% | - |
| XYZ | 19.67 | 31.1 | 9.52 | - |
| YUV | 134.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 62 | 0.44 | 0 | 0.63 | 0.34 | 102.06 | 0.46 | 0.45 |
| Hex | 5E | A9 | 3E | 2C | 0 | 3F | 22 | 66 | 2E | 2D |
| Octal | 136 | 251 | 76 | 54 | 0 | 77 | 42 | 146 | 56 | 55 |
| Binary | 1011110 | 10101001 | 111110 | 101100 | 0 | 111111 | 100010 | 1100110 | 101110 | 101101 |
Color Harmonies of #5EA93E
Complementary color
Monochromatic Colors of #5EA93E
Black with #5EA93E
Text Example
Text Example
White with #5EA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA93E; }
p { color: rgb(94,169,62); }
H1.HeaderClassName
{
color: #5EA93E;
}
.AnyTagClassName
{
color: #5EA93E;
}
</style>
background-color css
<style>
a { background-color: #5EA93E; }
a { background-color: rgb(94,169,62); }
div.DivClassName
{
background-color: #5EA93E;
}
.BgClassName
{
background-color: #5EA93E;
}
</style>
border-color css
<style>
span { border-color: #5EA93E; }
span { border-color: rgb(94,169,62); }
td.TdClassName
{
border-color: #5EA93E;
}
.TagClassName
{
border-color: #5EA93E;
}
</style>