Shades of Apple #5E9D3F
Tints of Apple #5E9D3F
RGB
CMYK
RGB Variations
Color information
#5E9D3F (or 0x5E9D3F) is known color: Apple. HEX triplet: 5E, 9D and 3F. RGB value is (94,157,63). Sum of RGB (Red+Green+Blue) = 94+157+63=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D3F is #A162C0. Grayscale: #7F7F7F. Windows color (decimal): -10576577 or 4169054. OLE color: 4169054.
HSL color Cylindrical-coordinate representation of color #5E9D3F: hue angle of 100.21º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9D3F is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 63 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.38 |
| HSL | 100.21º | 0.43% | 0.43% | - |
| HSV(B) | 100.21º | 0.6% | 0.62% | - |
| XYZ | 17.57 | 26.85 | 8.96 | - |
| YUV | 127.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 63 | 0.40 | 0 | 0.60 | 0.38 | 100.21 | 0.43 | 0.43 |
| Hex | 5E | 9D | 3F | 28 | 0 | 3C | 26 | 64 | 2B | 2B |
| Octal | 136 | 235 | 77 | 50 | 0 | 74 | 46 | 144 | 53 | 53 |
| Binary | 1011110 | 10011101 | 111111 | 101000 | 0 | 111100 | 100110 | 1100100 | 101011 | 101011 |
Color Harmonies of #5E9D3F
Complementary color
Monochromatic Colors of #5E9D3F
Black with #5E9D3F
Text Example
Text Example
White with #5E9D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D3F; }
p { color: rgb(94,157,63); }
H1.HeaderClassName
{
color: #5E9D3F;
}
.AnyTagClassName
{
color: #5E9D3F;
}
</style>
background-color css
<style>
a { background-color: #5E9D3F; }
a { background-color: rgb(94,157,63); }
div.DivClassName
{
background-color: #5E9D3F;
}
.BgClassName
{
background-color: #5E9D3F;
}
</style>
border-color css
<style>
span { border-color: #5E9D3F; }
span { border-color: rgb(94,157,63); }
td.TdClassName
{
border-color: #5E9D3F;
}
.TagClassName
{
border-color: #5E9D3F;
}
</style>