Shades of Apple #5FBA52
Tints of Apple #5FBA52
RGB
CMYK
RGB Variations
Color information
#5FBA52 (or 0x5FBA52) is known color: Apple. HEX triplet: 5F, BA and 52. RGB value is (95,186,82). Sum of RGB (Red+Green+Blue) = 95+186+82=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA52 is #A045AD. Grayscale: #939393. Windows color (decimal): -10503598 or 5421663. OLE color: 5421663.
HSL color Cylindrical-coordinate representation of color #5FBA52: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FBA52 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 82 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.27 |
| HSL | 112.5º | 0.43% | 0.53% | - |
| HSV(B) | 112.5º | 0.56% | 0.73% | - |
| XYZ | 23.8 | 38.16 | 14.09 | - |
| YUV | 146.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 82 | 0.49 | 0 | 0.56 | 0.27 | 112.5 | 0.43 | 0.53 |
| Hex | 5F | BA | 52 | 31 | 0 | 38 | 1B | 70 | 2B | 35 |
| Octal | 137 | 272 | 122 | 61 | 0 | 70 | 33 | 160 | 53 | 65 |
| Binary | 1011111 | 10111010 | 1010010 | 110001 | 0 | 111000 | 11011 | 1110000 | 101011 | 110101 |
Color Harmonies of #5FBA52
Complementary color
Monochromatic Colors of #5FBA52
Black with #5FBA52
Text Example
Text Example
White with #5FBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA52; }
p { color: rgb(95,186,82); }
H1.HeaderClassName
{
color: #5FBA52;
}
.AnyTagClassName
{
color: #5FBA52;
}
</style>
background-color css
<style>
a { background-color: #5FBA52; }
a { background-color: rgb(95,186,82); }
div.DivClassName
{
background-color: #5FBA52;
}
.BgClassName
{
background-color: #5FBA52;
}
</style>
border-color css
<style>
span { border-color: #5FBA52; }
span { border-color: rgb(95,186,82); }
td.TdClassName
{
border-color: #5FBA52;
}
.TagClassName
{
border-color: #5FBA52;
}
</style>