Shades of Apple #5FAC48
Tints of Apple #5FAC48
RGB
CMYK
RGB Variations
Color information
#5FAC48 (or 0x5FAC48) is known color: Apple. HEX triplet: 5F, AC and 48. RGB value is (95,172,72). Sum of RGB (Red+Green+Blue) = 95+172+72=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC48 is #A053B7. Grayscale: #898989. Windows color (decimal): -10507192 or 4762719. OLE color: 4762719.
HSL color Cylindrical-coordinate representation of color #5FAC48: hue angle of 106.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FAC48 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 72 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.33 |
| HSL | 106.2º | 0.41% | 0.48% | - |
| HSV(B) | 106.2º | 0.58% | 0.67% | - |
| XYZ | 20.64 | 32.41 | 11.3 | - |
| YUV | 137.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 72 | 0.45 | 0 | 0.58 | 0.33 | 106.2 | 0.41 | 0.48 |
| Hex | 5F | AC | 48 | 2D | 0 | 3A | 21 | 6A | 29 | 30 |
| Octal | 137 | 254 | 110 | 55 | 0 | 72 | 41 | 152 | 51 | 60 |
| Binary | 1011111 | 10101100 | 1001000 | 101101 | 0 | 111010 | 100001 | 1101010 | 101001 | 110000 |
Color Harmonies of #5FAC48
Complementary color
Monochromatic Colors of #5FAC48
Black with #5FAC48
Text Example
Text Example
White with #5FAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC48; }
p { color: rgb(95,172,72); }
H1.HeaderClassName
{
color: #5FAC48;
}
.AnyTagClassName
{
color: #5FAC48;
}
</style>
background-color css
<style>
a { background-color: #5FAC48; }
a { background-color: rgb(95,172,72); }
div.DivClassName
{
background-color: #5FAC48;
}
.BgClassName
{
background-color: #5FAC48;
}
</style>
border-color css
<style>
span { border-color: #5FAC48; }
span { border-color: rgb(95,172,72); }
td.TdClassName
{
border-color: #5FAC48;
}
.TagClassName
{
border-color: #5FAC48;
}
</style>