Shades of Apple #5FAC55
Tints of Apple #5FAC55
RGB
CMYK
RGB Variations
Color information
#5FAC55 (or 0x5FAC55) is known color: Apple. HEX triplet: 5F, AC and 55. RGB value is (95,172,85). Sum of RGB (Red+Green+Blue) = 95+172+85=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC55 is #A053AA. Grayscale: #8B8B8B. Windows color (decimal): -10507179 or 5614687. OLE color: 5614687.
HSL color Cylindrical-coordinate representation of color #5FAC55: hue angle of 113.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FAC55 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 85 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.33 |
| HSL | 113.1º | 0.34% | 0.5% | - |
| HSV(B) | 113.1º | 0.51% | 0.67% | - |
| XYZ | 21.11 | 32.59 | 13.77 | - |
| YUV | 139.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 85 | 0.45 | 0 | 0.51 | 0.33 | 113.1 | 0.34 | 0.5 |
| Hex | 5F | AC | 55 | 2D | 0 | 33 | 21 | 71 | 22 | 32 |
| Octal | 137 | 254 | 125 | 55 | 0 | 63 | 41 | 161 | 42 | 62 |
| Binary | 1011111 | 10101100 | 1010101 | 101101 | 0 | 110011 | 100001 | 1110001 | 100010 | 110010 |
Color Harmonies of #5FAC55
Complementary color
Monochromatic Colors of #5FAC55
Black with #5FAC55
Text Example
Text Example
White with #5FAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC55; }
p { color: rgb(95,172,85); }
H1.HeaderClassName
{
color: #5FAC55;
}
.AnyTagClassName
{
color: #5FAC55;
}
</style>
background-color css
<style>
a { background-color: #5FAC55; }
a { background-color: rgb(95,172,85); }
div.DivClassName
{
background-color: #5FAC55;
}
.BgClassName
{
background-color: #5FAC55;
}
</style>
border-color css
<style>
span { border-color: #5FAC55; }
span { border-color: rgb(95,172,85); }
td.TdClassName
{
border-color: #5FAC55;
}
.TagClassName
{
border-color: #5FAC55;
}
</style>