Shades of Apple #5FAA50
Tints of Apple #5FAA50
RGB
CMYK
RGB Variations
Color information
#5FAA50 (or 0x5FAA50) is known color: Apple. HEX triplet: 5F, AA and 50. RGB value is (95,170,80). Sum of RGB (Red+Green+Blue) = 95+170+80=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA50 is #A055AF. Grayscale: #898989. Windows color (decimal): -10507696 or 5286495. OLE color: 5286495.
HSL color Cylindrical-coordinate representation of color #5FAA50: hue angle of 110º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FAA50 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 80 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.33 |
| HSL | 110º | 0.36% | 0.49% | - |
| HSV(B) | 110º | 0.53% | 0.67% | - |
| XYZ | 20.54 | 31.76 | 12.64 | - |
| YUV | 137.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 80 | 0.44 | 0 | 0.53 | 0.33 | 110 | 0.36 | 0.49 |
| Hex | 5F | AA | 50 | 2C | 0 | 35 | 21 | 6E | 24 | 31 |
| Octal | 137 | 252 | 120 | 54 | 0 | 65 | 41 | 156 | 44 | 61 |
| Binary | 1011111 | 10101010 | 1010000 | 101100 | 0 | 110101 | 100001 | 1101110 | 100100 | 110001 |
Color Harmonies of #5FAA50
Complementary color
Monochromatic Colors of #5FAA50
Black with #5FAA50
Text Example
Text Example
White with #5FAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA50; }
p { color: rgb(95,170,80); }
H1.HeaderClassName
{
color: #5FAA50;
}
.AnyTagClassName
{
color: #5FAA50;
}
</style>
background-color css
<style>
a { background-color: #5FAA50; }
a { background-color: rgb(95,170,80); }
div.DivClassName
{
background-color: #5FAA50;
}
.BgClassName
{
background-color: #5FAA50;
}
</style>
border-color css
<style>
span { border-color: #5FAA50; }
span { border-color: rgb(95,170,80); }
td.TdClassName
{
border-color: #5FAA50;
}
.TagClassName
{
border-color: #5FAA50;
}
</style>