Shades of Apple #5F9F50
Tints of Apple #5F9F50
RGB
CMYK
RGB Variations
Color information
#5F9F50 (or 0x5F9F50) is known color: Apple. HEX triplet: 5F, 9F and 50. RGB value is (95,159,80). Sum of RGB (Red+Green+Blue) = 95+159+80=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F50 is #A060AF. Grayscale: #838383. Windows color (decimal): -10510512 or 5283679. OLE color: 5283679.
HSL color Cylindrical-coordinate representation of color #5F9F50: hue angle of 108.61º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F9F50 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 80 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.38 |
| HSL | 108.61º | 0.33% | 0.47% | - |
| HSV(B) | 108.61º | 0.5% | 0.62% | - |
| XYZ | 18.57 | 27.81 | 11.98 | - |
| YUV | 130.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 80 | 0.40 | 0 | 0.50 | 0.38 | 108.61 | 0.33 | 0.47 |
| Hex | 5F | 9F | 50 | 28 | 0 | 32 | 26 | 6D | 21 | 2F |
| Octal | 137 | 237 | 120 | 50 | 0 | 62 | 46 | 155 | 41 | 57 |
| Binary | 1011111 | 10011111 | 1010000 | 101000 | 0 | 110010 | 100110 | 1101101 | 100001 | 101111 |
Color Harmonies of #5F9F50
Complementary color
Monochromatic Colors of #5F9F50
Black with #5F9F50
Text Example
Text Example
White with #5F9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F50; }
p { color: rgb(95,159,80); }
H1.HeaderClassName
{
color: #5F9F50;
}
.AnyTagClassName
{
color: #5F9F50;
}
</style>
background-color css
<style>
a { background-color: #5F9F50; }
a { background-color: rgb(95,159,80); }
div.DivClassName
{
background-color: #5F9F50;
}
.BgClassName
{
background-color: #5F9F50;
}
</style>
border-color css
<style>
span { border-color: #5F9F50; }
span { border-color: rgb(95,159,80); }
td.TdClassName
{
border-color: #5F9F50;
}
.TagClassName
{
border-color: #5F9F50;
}
</style>