Shades of Apple #5EAC3B
Tints of Apple #5EAC3B
RGB
CMYK
RGB Variations
Color information
#5EAC3B (or 0x5EAC3B) is known color: Apple. HEX triplet: 5E, AC and 3B. RGB value is (94,172,59). Sum of RGB (Red+Green+Blue) = 94+172+59=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC3B is #A153C4. Grayscale: #888888. Windows color (decimal): -10572741 or 3910750. OLE color: 3910750.
HSL color Cylindrical-coordinate representation of color #5EAC3B: hue angle of 101.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EAC3B is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 59 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.33 |
| HSL | 101.42º | 0.49% | 0.45% | - |
| HSV(B) | 101.42º | 0.66% | 0.67% | - |
| XYZ | 20.16 | 32.2 | 9.29 | - |
| YUV | 135.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 59 | 0.45 | 0 | 0.66 | 0.33 | 101.42 | 0.49 | 0.45 |
| Hex | 5E | AC | 3B | 2D | 0 | 42 | 21 | 65 | 31 | 2D |
| Octal | 136 | 254 | 73 | 55 | 0 | 102 | 41 | 145 | 61 | 55 |
| Binary | 1011110 | 10101100 | 111011 | 101101 | 0 | 1000010 | 100001 | 1100101 | 110001 | 101101 |
Color Harmonies of #5EAC3B
Complementary color
Monochromatic Colors of #5EAC3B
Black with #5EAC3B
Text Example
Text Example
White with #5EAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC3B; }
p { color: rgb(94,172,59); }
H1.HeaderClassName
{
color: #5EAC3B;
}
.AnyTagClassName
{
color: #5EAC3B;
}
</style>
background-color css
<style>
a { background-color: #5EAC3B; }
a { background-color: rgb(94,172,59); }
div.DivClassName
{
background-color: #5EAC3B;
}
.BgClassName
{
background-color: #5EAC3B;
}
</style>
border-color css
<style>
span { border-color: #5EAC3B; }
span { border-color: rgb(94,172,59); }
td.TdClassName
{
border-color: #5EAC3B;
}
.TagClassName
{
border-color: #5EAC3B;
}
</style>