Shades of Apple #5EAC38
Tints of Apple #5EAC38
RGB
CMYK
RGB Variations
Color information
#5EAC38 (or 0x5EAC38) is known color: Apple. HEX triplet: 5E, AC and 38. RGB value is (94,172,56). Sum of RGB (Red+Green+Blue) = 94+172+56=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC38 is #A153C7. Grayscale: #878787. Windows color (decimal): -10572744 or 3714142. OLE color: 3714142.
HSL color Cylindrical-coordinate representation of color #5EAC38: hue angle of 100.34º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EAC38 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 56 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.33 |
| HSL | 100.34º | 0.51% | 0.45% | - |
| HSV(B) | 100.34º | 0.67% | 0.67% | - |
| XYZ | 20.08 | 32.17 | 8.89 | - |
| YUV | 135.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 56 | 0.45 | 0 | 0.67 | 0.33 | 100.34 | 0.51 | 0.45 |
| Hex | 5E | AC | 38 | 2D | 0 | 43 | 21 | 64 | 33 | 2D |
| Octal | 136 | 254 | 70 | 55 | 0 | 103 | 41 | 144 | 63 | 55 |
| Binary | 1011110 | 10101100 | 111000 | 101101 | 0 | 1000011 | 100001 | 1100100 | 110011 | 101101 |
Color Harmonies of #5EAC38
Complementary color
Monochromatic Colors of #5EAC38
Black with #5EAC38
Text Example
Text Example
White with #5EAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC38; }
p { color: rgb(94,172,56); }
H1.HeaderClassName
{
color: #5EAC38;
}
.AnyTagClassName
{
color: #5EAC38;
}
</style>
background-color css
<style>
a { background-color: #5EAC38; }
a { background-color: rgb(94,172,56); }
div.DivClassName
{
background-color: #5EAC38;
}
.BgClassName
{
background-color: #5EAC38;
}
</style>
border-color css
<style>
span { border-color: #5EAC38; }
span { border-color: rgb(94,172,56); }
td.TdClassName
{
border-color: #5EAC38;
}
.TagClassName
{
border-color: #5EAC38;
}
</style>