Shades of Apple #5FAA53
Tints of Apple #5FAA53
RGB
CMYK
RGB Variations
Color information
#5FAA53 (or 0x5FAA53) is known color: Apple. HEX triplet: 5F, AA and 53. RGB value is (95,170,83). Sum of RGB (Red+Green+Blue) = 95+170+83=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA53 is #A055AC. Grayscale: #898989. Windows color (decimal): -10507693 or 5483103. OLE color: 5483103.
HSL color Cylindrical-coordinate representation of color #5FAA53: hue angle of 111.72º 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 #5FAA53 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 83 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.33 |
| HSL | 111.72º | 0.34% | 0.5% | - |
| HSV(B) | 111.72º | 0.51% | 0.67% | - |
| XYZ | 20.66 | 31.81 | 13.23 | - |
| YUV | 137.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 83 | 0.44 | 0 | 0.51 | 0.33 | 111.72 | 0.34 | 0.5 |
| Hex | 5F | AA | 53 | 2C | 0 | 33 | 21 | 70 | 22 | 32 |
| Octal | 137 | 252 | 123 | 54 | 0 | 63 | 41 | 160 | 42 | 62 |
| Binary | 1011111 | 10101010 | 1010011 | 101100 | 0 | 110011 | 100001 | 1110000 | 100010 | 110010 |
Color Harmonies of #5FAA53
Complementary color
Monochromatic Colors of #5FAA53
Black with #5FAA53
Text Example
Text Example
White with #5FAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA53; }
p { color: rgb(95,170,83); }
H1.HeaderClassName
{
color: #5FAA53;
}
.AnyTagClassName
{
color: #5FAA53;
}
</style>
background-color css
<style>
a { background-color: #5FAA53; }
a { background-color: rgb(95,170,83); }
div.DivClassName
{
background-color: #5FAA53;
}
.BgClassName
{
background-color: #5FAA53;
}
</style>
border-color css
<style>
span { border-color: #5FAA53; }
span { border-color: rgb(95,170,83); }
td.TdClassName
{
border-color: #5FAA53;
}
.TagClassName
{
border-color: #5FAA53;
}
</style>