Shades of Apple #5F9E49
Tints of Apple #5F9E49
RGB
CMYK
RGB Variations
Color information
#5F9E49 (or 0x5F9E49) is known color: Apple. HEX triplet: 5F, 9E and 49. RGB value is (95,158,73). Sum of RGB (Red+Green+Blue) = 95+158+73=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E49 is #A061B6. Grayscale: #818181. Windows color (decimal): -10510775 or 4824671. OLE color: 4824671.
HSL color Cylindrical-coordinate representation of color #5F9E49: hue angle of 104.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F9E49 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 73 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.38 |
| HSL | 104.47º | 0.37% | 0.45% | - |
| HSV(B) | 104.47º | 0.54% | 0.62% | - |
| XYZ | 18.15 | 27.37 | 10.63 | - |
| YUV | 129.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 73 | 0.40 | 0 | 0.54 | 0.38 | 104.47 | 0.37 | 0.45 |
| Hex | 5F | 9E | 49 | 28 | 0 | 36 | 26 | 68 | 25 | 2D |
| Octal | 137 | 236 | 111 | 50 | 0 | 66 | 46 | 150 | 45 | 55 |
| Binary | 1011111 | 10011110 | 1001001 | 101000 | 0 | 110110 | 100110 | 1101000 | 100101 | 101101 |
Color Harmonies of #5F9E49
Complementary color
Monochromatic Colors of #5F9E49
Black with #5F9E49
Text Example
Text Example
White with #5F9E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E49; }
p { color: rgb(95,158,73); }
H1.HeaderClassName
{
color: #5F9E49;
}
.AnyTagClassName
{
color: #5F9E49;
}
</style>
background-color css
<style>
a { background-color: #5F9E49; }
a { background-color: rgb(95,158,73); }
div.DivClassName
{
background-color: #5F9E49;
}
.BgClassName
{
background-color: #5F9E49;
}
</style>
border-color css
<style>
span { border-color: #5F9E49; }
span { border-color: rgb(95,158,73); }
td.TdClassName
{
border-color: #5F9E49;
}
.TagClassName
{
border-color: #5F9E49;
}
</style>