Shades of Apple #5FBA57
Tints of Apple #5FBA57
RGB
CMYK
RGB Variations
Color information
#5FBA57 (or 0x5FBA57) is known color: Apple. HEX triplet: 5F, BA and 57. RGB value is (95,186,87). Sum of RGB (Red+Green+Blue) = 95+186+87=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA57 is #A045A8. Grayscale: #939393. Windows color (decimal): -10503593 or 5749343. OLE color: 5749343.
HSL color Cylindrical-coordinate representation of color #5FBA57: hue angle of 115.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FBA57 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 87 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.27 |
| HSL | 115.15º | 0.42% | 0.54% | - |
| HSV(B) | 115.15º | 0.53% | 0.73% | - |
| XYZ | 24 | 38.24 | 15.13 | - |
| YUV | 147.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 87 | 0.49 | 0 | 0.53 | 0.27 | 115.15 | 0.42 | 0.54 |
| Hex | 5F | BA | 57 | 31 | 0 | 35 | 1B | 73 | 2A | 36 |
| Octal | 137 | 272 | 127 | 61 | 0 | 65 | 33 | 163 | 52 | 66 |
| Binary | 1011111 | 10111010 | 1010111 | 110001 | 0 | 110101 | 11011 | 1110011 | 101010 | 110110 |
Color Harmonies of #5FBA57
Complementary color
Monochromatic Colors of #5FBA57
Black with #5FBA57
Text Example
Text Example
White with #5FBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA57; }
p { color: rgb(95,186,87); }
H1.HeaderClassName
{
color: #5FBA57;
}
.AnyTagClassName
{
color: #5FBA57;
}
</style>
background-color css
<style>
a { background-color: #5FBA57; }
a { background-color: rgb(95,186,87); }
div.DivClassName
{
background-color: #5FBA57;
}
.BgClassName
{
background-color: #5FBA57;
}
</style>
border-color css
<style>
span { border-color: #5FBA57; }
span { border-color: rgb(95,186,87); }
td.TdClassName
{
border-color: #5FBA57;
}
.TagClassName
{
border-color: #5FBA57;
}
</style>