Shades of Apple #5FBA4F
Tints of Apple #5FBA4F
RGB
CMYK
RGB Variations
Color information
#5FBA4F (or 0x5FBA4F) is known color: Apple. HEX triplet: 5F, BA and 4F. RGB value is (95,186,79). Sum of RGB (Red+Green+Blue) = 95+186+79=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA4F is #A045B0. Grayscale: #929292. Windows color (decimal): -10503601 or 5225055. OLE color: 5225055.
HSL color Cylindrical-coordinate representation of color #5FBA4F: hue angle of 111.03º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FBA4F is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 79 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.27 |
| HSL | 111.03º | 0.44% | 0.52% | - |
| HSV(B) | 111.03º | 0.58% | 0.73% | - |
| XYZ | 23.69 | 38.12 | 13.51 | - |
| YUV | 146.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 79 | 0.49 | 0 | 0.58 | 0.27 | 111.03 | 0.44 | 0.52 |
| Hex | 5F | BA | 4F | 31 | 0 | 3A | 1B | 6F | 2C | 34 |
| Octal | 137 | 272 | 117 | 61 | 0 | 72 | 33 | 157 | 54 | 64 |
| Binary | 1011111 | 10111010 | 1001111 | 110001 | 0 | 111010 | 11011 | 1101111 | 101100 | 110100 |
Color Harmonies of #5FBA4F
Complementary color
Monochromatic Colors of #5FBA4F
Black with #5FBA4F
Text Example
Text Example
White with #5FBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA4F; }
p { color: rgb(95,186,79); }
H1.HeaderClassName
{
color: #5FBA4F;
}
.AnyTagClassName
{
color: #5FBA4F;
}
</style>
background-color css
<style>
a { background-color: #5FBA4F; }
a { background-color: rgb(95,186,79); }
div.DivClassName
{
background-color: #5FBA4F;
}
.BgClassName
{
background-color: #5FBA4F;
}
</style>
border-color css
<style>
span { border-color: #5FBA4F; }
span { border-color: rgb(95,186,79); }
td.TdClassName
{
border-color: #5FBA4F;
}
.TagClassName
{
border-color: #5FBA4F;
}
</style>