Shades of Apple #5FAB56
Tints of Apple #5FAB56
RGB
CMYK
RGB Variations
Color information
#5FAB56 (or 0x5FAB56) is known color: Apple. HEX triplet: 5F, AB and 56. RGB value is (95,171,86). Sum of RGB (Red+Green+Blue) = 95+171+86=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB56 is #A054A9. Grayscale: #8A8A8A. Windows color (decimal): -10507434 or 5679967. OLE color: 5679967.
HSL color Cylindrical-coordinate representation of color #5FAB56: hue angle of 113.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FAB56 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 86 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.33 |
| HSL | 113.65º | 0.34% | 0.5% | - |
| HSV(B) | 113.65º | 0.5% | 0.67% | - |
| XYZ | 20.96 | 32.23 | 13.92 | - |
| YUV | 138.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 86 | 0.44 | 0 | 0.50 | 0.33 | 113.65 | 0.34 | 0.5 |
| Hex | 5F | AB | 56 | 2C | 0 | 32 | 21 | 72 | 22 | 32 |
| Octal | 137 | 253 | 126 | 54 | 0 | 62 | 41 | 162 | 42 | 62 |
| Binary | 1011111 | 10101011 | 1010110 | 101100 | 0 | 110010 | 100001 | 1110010 | 100010 | 110010 |
Color Harmonies of #5FAB56
Complementary color
Monochromatic Colors of #5FAB56
Black with #5FAB56
Text Example
Text Example
White with #5FAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB56; }
p { color: rgb(95,171,86); }
H1.HeaderClassName
{
color: #5FAB56;
}
.AnyTagClassName
{
color: #5FAB56;
}
</style>
background-color css
<style>
a { background-color: #5FAB56; }
a { background-color: rgb(95,171,86); }
div.DivClassName
{
background-color: #5FAB56;
}
.BgClassName
{
background-color: #5FAB56;
}
</style>
border-color css
<style>
span { border-color: #5FAB56; }
span { border-color: rgb(95,171,86); }
td.TdClassName
{
border-color: #5FAB56;
}
.TagClassName
{
border-color: #5FAB56;
}
</style>