Shades of Apple #5FAA55
Tints of Apple #5FAA55
RGB
CMYK
RGB Variations
Color information
#5FAA55 (or 0x5FAA55) is known color: Apple. HEX triplet: 5F, AA and 55. RGB value is (95,170,85). Sum of RGB (Red+Green+Blue) = 95+170+85=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA55 is #A055AA. Grayscale: #8A8A8A. Windows color (decimal): -10507691 or 5614175. OLE color: 5614175.
HSL color Cylindrical-coordinate representation of color #5FAA55: hue angle of 112.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FAA55 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 85 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.33 |
| HSL | 112.94º | 0.33% | 0.5% | - |
| HSV(B) | 112.94º | 0.5% | 0.67% | - |
| XYZ | 20.73 | 31.84 | 13.65 | - |
| YUV | 137.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 85 | 0.44 | 0 | 0.50 | 0.33 | 112.94 | 0.33 | 0.5 |
| Hex | 5F | AA | 55 | 2C | 0 | 32 | 21 | 71 | 21 | 32 |
| Octal | 137 | 252 | 125 | 54 | 0 | 62 | 41 | 161 | 41 | 62 |
| Binary | 1011111 | 10101010 | 1010101 | 101100 | 0 | 110010 | 100001 | 1110001 | 100001 | 110010 |
Color Harmonies of #5FAA55
Complementary color
Monochromatic Colors of #5FAA55
Black with #5FAA55
Text Example
Text Example
White with #5FAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA55; }
p { color: rgb(95,170,85); }
H1.HeaderClassName
{
color: #5FAA55;
}
.AnyTagClassName
{
color: #5FAA55;
}
</style>
background-color css
<style>
a { background-color: #5FAA55; }
a { background-color: rgb(95,170,85); }
div.DivClassName
{
background-color: #5FAA55;
}
.BgClassName
{
background-color: #5FAA55;
}
</style>
border-color css
<style>
span { border-color: #5FAA55; }
span { border-color: rgb(95,170,85); }
td.TdClassName
{
border-color: #5FAA55;
}
.TagClassName
{
border-color: #5FAA55;
}
</style>