Shades of Apple #5EAA3F
Tints of Apple #5EAA3F
RGB
CMYK
RGB Variations
Color information
#5EAA3F (or 0x5EAA3F) is known color: Apple. HEX triplet: 5E, AA and 3F. RGB value is (94,170,63). Sum of RGB (Red+Green+Blue) = 94+170+63=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA3F is #A155C0. Grayscale: #878787. Windows color (decimal): -10573249 or 4172382. OLE color: 4172382.
HSL color Cylindrical-coordinate representation of color #5EAA3F: hue angle of 102.62º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EAA3F is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 63 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.33 |
| HSL | 102.62º | 0.46% | 0.46% | - |
| HSV(B) | 102.62º | 0.63% | 0.67% | - |
| XYZ | 19.89 | 31.49 | 9.73 | - |
| YUV | 135.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 63 | 0.45 | 0 | 0.63 | 0.33 | 102.62 | 0.46 | 0.46 |
| Hex | 5E | AA | 3F | 2D | 0 | 3F | 21 | 67 | 2E | 2E |
| Octal | 136 | 252 | 77 | 55 | 0 | 77 | 41 | 147 | 56 | 56 |
| Binary | 1011110 | 10101010 | 111111 | 101101 | 0 | 111111 | 100001 | 1100111 | 101110 | 101110 |
Color Harmonies of #5EAA3F
Complementary color
Monochromatic Colors of #5EAA3F
Black with #5EAA3F
Text Example
Text Example
White with #5EAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA3F; }
p { color: rgb(94,170,63); }
H1.HeaderClassName
{
color: #5EAA3F;
}
.AnyTagClassName
{
color: #5EAA3F;
}
</style>
background-color css
<style>
a { background-color: #5EAA3F; }
a { background-color: rgb(94,170,63); }
div.DivClassName
{
background-color: #5EAA3F;
}
.BgClassName
{
background-color: #5EAA3F;
}
</style>
border-color css
<style>
span { border-color: #5EAA3F; }
span { border-color: rgb(94,170,63); }
td.TdClassName
{
border-color: #5EAA3F;
}
.TagClassName
{
border-color: #5EAA3F;
}
</style>