Shades of Apple #5FAC51
Tints of Apple #5FAC51
RGB
CMYK
RGB Variations
Color information
#5FAC51 (or 0x5FAC51) is known color: Apple. HEX triplet: 5F, AC and 51. RGB value is (95,172,81). Sum of RGB (Red+Green+Blue) = 95+172+81=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC51 is #A053AE. Grayscale: #8A8A8A. Windows color (decimal): -10507183 or 5352543. OLE color: 5352543.
HSL color Cylindrical-coordinate representation of color #5FAC51: hue angle of 110.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FAC51 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 81 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.33 |
| HSL | 110.77º | 0.36% | 0.5% | - |
| HSV(B) | 110.77º | 0.53% | 0.67% | - |
| XYZ | 20.96 | 32.53 | 12.96 | - |
| YUV | 138.6 | 95.49 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 81 | 0.45 | 0 | 0.53 | 0.33 | 110.77 | 0.36 | 0.5 |
| Hex | 5F | AC | 51 | 2D | 0 | 35 | 21 | 6F | 24 | 32 |
| Octal | 137 | 254 | 121 | 55 | 0 | 65 | 41 | 157 | 44 | 62 |
| Binary | 1011111 | 10101100 | 1010001 | 101101 | 0 | 110101 | 100001 | 1101111 | 100100 | 110010 |
Color Harmonies of #5FAC51
Complementary color
Monochromatic Colors of #5FAC51
Black with #5FAC51
Text Example
Text Example
White with #5FAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC51; }
p { color: rgb(95,172,81); }
H1.HeaderClassName
{
color: #5FAC51;
}
.AnyTagClassName
{
color: #5FAC51;
}
</style>
background-color css
<style>
a { background-color: #5FAC51; }
a { background-color: rgb(95,172,81); }
div.DivClassName
{
background-color: #5FAC51;
}
.BgClassName
{
background-color: #5FAC51;
}
</style>
border-color css
<style>
span { border-color: #5FAC51; }
span { border-color: rgb(95,172,81); }
td.TdClassName
{
border-color: #5FAC51;
}
.TagClassName
{
border-color: #5FAC51;
}
</style>