Shades of Apple #5FAC53
Tints of Apple #5FAC53
RGB
CMYK
RGB Variations
Color information
#5FAC53 (or 0x5FAC53) is known color: Apple. HEX triplet: 5F, AC and 53. RGB value is (95,172,83). Sum of RGB (Red+Green+Blue) = 95+172+83=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC53 is #A053AC. Grayscale: #8B8B8B. Windows color (decimal): -10507181 or 5483615. OLE color: 5483615.
HSL color Cylindrical-coordinate representation of color #5FAC53: hue angle of 111.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FAC53 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 83 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.33 |
| HSL | 111.91º | 0.35% | 0.5% | - |
| HSV(B) | 111.91º | 0.52% | 0.67% | - |
| XYZ | 21.03 | 32.56 | 13.36 | - |
| YUV | 138.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 83 | 0.45 | 0 | 0.52 | 0.33 | 111.91 | 0.35 | 0.5 |
| Hex | 5F | AC | 53 | 2D | 0 | 34 | 21 | 70 | 23 | 32 |
| Octal | 137 | 254 | 123 | 55 | 0 | 64 | 41 | 160 | 43 | 62 |
| Binary | 1011111 | 10101100 | 1010011 | 101101 | 0 | 110100 | 100001 | 1110000 | 100011 | 110010 |
Color Harmonies of #5FAC53
Complementary color
Monochromatic Colors of #5FAC53
Black with #5FAC53
Text Example
Text Example
White with #5FAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC53; }
p { color: rgb(95,172,83); }
H1.HeaderClassName
{
color: #5FAC53;
}
.AnyTagClassName
{
color: #5FAC53;
}
</style>
background-color css
<style>
a { background-color: #5FAC53; }
a { background-color: rgb(95,172,83); }
div.DivClassName
{
background-color: #5FAC53;
}
.BgClassName
{
background-color: #5FAC53;
}
</style>
border-color css
<style>
span { border-color: #5FAC53; }
span { border-color: rgb(95,172,83); }
td.TdClassName
{
border-color: #5FAC53;
}
.TagClassName
{
border-color: #5FAC53;
}
</style>