Shades of Apple #5EAC4B
Tints of Apple #5EAC4B
RGB
CMYK
RGB Variations
Color information
#5EAC4B (or 0x5EAC4B) is known color: Apple. HEX triplet: 5E, AC and 4B. RGB value is (94,172,75). Sum of RGB (Red+Green+Blue) = 94+172+75=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC4B is #A153B4. Grayscale: #898989. Windows color (decimal): -10572725 or 4959326. OLE color: 4959326.
HSL color Cylindrical-coordinate representation of color #5EAC4B: hue angle of 108.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EAC4B is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 75 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.33 |
| HSL | 108.25º | 0.39% | 0.48% | - |
| HSV(B) | 108.25º | 0.56% | 0.67% | - |
| XYZ | 20.64 | 32.39 | 11.82 | - |
| YUV | 137.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 75 | 0.45 | 0 | 0.56 | 0.33 | 108.25 | 0.39 | 0.48 |
| Hex | 5E | AC | 4B | 2D | 0 | 38 | 21 | 6C | 27 | 30 |
| Octal | 136 | 254 | 113 | 55 | 0 | 70 | 41 | 154 | 47 | 60 |
| Binary | 1011110 | 10101100 | 1001011 | 101101 | 0 | 111000 | 100001 | 1101100 | 100111 | 110000 |
Color Harmonies of #5EAC4B
Complementary color
Monochromatic Colors of #5EAC4B
Black with #5EAC4B
Text Example
Text Example
White with #5EAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC4B; }
p { color: rgb(94,172,75); }
H1.HeaderClassName
{
color: #5EAC4B;
}
.AnyTagClassName
{
color: #5EAC4B;
}
</style>
background-color css
<style>
a { background-color: #5EAC4B; }
a { background-color: rgb(94,172,75); }
div.DivClassName
{
background-color: #5EAC4B;
}
.BgClassName
{
background-color: #5EAC4B;
}
</style>
border-color css
<style>
span { border-color: #5EAC4B; }
span { border-color: rgb(94,172,75); }
td.TdClassName
{
border-color: #5EAC4B;
}
.TagClassName
{
border-color: #5EAC4B;
}
</style>