Shades of Apple #5FBA56
Tints of Apple #5FBA56
RGB
CMYK
RGB Variations
Color information
#5FBA56 (or 0x5FBA56) is known color: Apple. HEX triplet: 5F, BA and 56. RGB value is (95,186,86). Sum of RGB (Red+Green+Blue) = 95+186+86=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA56 is #A045A9. Grayscale: #939393. Windows color (decimal): -10503594 or 5683807. OLE color: 5683807.
HSL color Cylindrical-coordinate representation of color #5FBA56: hue angle of 114.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FBA56 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 86 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.27 |
| HSL | 114.6º | 0.42% | 0.53% | - |
| HSV(B) | 114.6º | 0.54% | 0.73% | - |
| XYZ | 23.96 | 38.22 | 14.92 | - |
| YUV | 147.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 86 | 0.49 | 0 | 0.54 | 0.27 | 114.6 | 0.42 | 0.53 |
| Hex | 5F | BA | 56 | 31 | 0 | 36 | 1B | 73 | 2A | 35 |
| Octal | 137 | 272 | 126 | 61 | 0 | 66 | 33 | 163 | 52 | 65 |
| Binary | 1011111 | 10111010 | 1010110 | 110001 | 0 | 110110 | 11011 | 1110011 | 101010 | 110101 |
Color Harmonies of #5FBA56
Complementary color
Monochromatic Colors of #5FBA56
Black with #5FBA56
Text Example
Text Example
White with #5FBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA56; }
p { color: rgb(95,186,86); }
H1.HeaderClassName
{
color: #5FBA56;
}
.AnyTagClassName
{
color: #5FBA56;
}
</style>
background-color css
<style>
a { background-color: #5FBA56; }
a { background-color: rgb(95,186,86); }
div.DivClassName
{
background-color: #5FBA56;
}
.BgClassName
{
background-color: #5FBA56;
}
</style>
border-color css
<style>
span { border-color: #5FBA56; }
span { border-color: rgb(95,186,86); }
td.TdClassName
{
border-color: #5FBA56;
}
.TagClassName
{
border-color: #5FBA56;
}
</style>