Shades of Apple #5FBA54
Tints of Apple #5FBA54
RGB
CMYK
RGB Variations
Color information
#5FBA54 (or 0x5FBA54) is known color: Apple. HEX triplet: 5F, BA and 54. RGB value is (95,186,84). Sum of RGB (Red+Green+Blue) = 95+186+84=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA54 is #A045AB. Grayscale: #939393. Windows color (decimal): -10503596 or 5552735. OLE color: 5552735.
HSL color Cylindrical-coordinate representation of color #5FBA54: hue angle of 113.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FBA54 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 84 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.27 |
| HSL | 113.53º | 0.43% | 0.53% | - |
| HSV(B) | 113.53º | 0.55% | 0.73% | - |
| XYZ | 23.88 | 38.19 | 14.5 | - |
| YUV | 147.16 | 92.35 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 84 | 0.49 | 0 | 0.55 | 0.27 | 113.53 | 0.43 | 0.53 |
| Hex | 5F | BA | 54 | 31 | 0 | 37 | 1B | 72 | 2A | 35 |
| Octal | 137 | 272 | 124 | 61 | 0 | 67 | 33 | 162 | 52 | 65 |
| Binary | 1011111 | 10111010 | 1010100 | 110001 | 0 | 110111 | 11011 | 1110010 | 101010 | 110101 |
Color Harmonies of #5FBA54
Complementary color
Monochromatic Colors of #5FBA54
Black with #5FBA54
Text Example
Text Example
White with #5FBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA54; }
p { color: rgb(95,186,84); }
H1.HeaderClassName
{
color: #5FBA54;
}
.AnyTagClassName
{
color: #5FBA54;
}
</style>
background-color css
<style>
a { background-color: #5FBA54; }
a { background-color: rgb(95,186,84); }
div.DivClassName
{
background-color: #5FBA54;
}
.BgClassName
{
background-color: #5FBA54;
}
</style>
border-color css
<style>
span { border-color: #5FBA54; }
span { border-color: rgb(95,186,84); }
td.TdClassName
{
border-color: #5FBA54;
}
.TagClassName
{
border-color: #5FBA54;
}
</style>