Shades of Apple #5FBF51
Tints of Apple #5FBF51
RGB
CMYK
RGB Variations
Color information
#5FBF51 (or 0x5FBF51) is known color: Apple. HEX triplet: 5F, BF and 51. RGB value is (95,191,81). Sum of RGB (Red+Green+Blue) = 95+191+81=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF51 is #A040AE. Grayscale: #969696. Windows color (decimal): -10502319 or 5357407. OLE color: 5357407.
HSL color Cylindrical-coordinate representation of color #5FBF51: hue angle of 112.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FBF51 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 191 | 81 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.25 |
| HSL | 112.36º | 0.46% | 0.53% | - |
| HSV(B) | 112.36º | 0.58% | 0.75% | - |
| XYZ | 24.84 | 40.29 | 14.25 | - |
| YUV | 149.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 81 | 0.50 | 0 | 0.58 | 0.25 | 112.36 | 0.46 | 0.53 |
| Hex | 5F | BF | 51 | 32 | 0 | 3A | 19 | 70 | 2E | 35 |
| Octal | 137 | 277 | 121 | 62 | 0 | 72 | 31 | 160 | 56 | 65 |
| Binary | 1011111 | 10111111 | 1010001 | 110010 | 0 | 111010 | 11001 | 1110000 | 101110 | 110101 |
Color Harmonies of #5FBF51
Complementary color
Monochromatic Colors of #5FBF51
Black with #5FBF51
Text Example
Text Example
White with #5FBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBF51; }
p { color: rgb(95,191,81); }
H1.HeaderClassName
{
color: #5FBF51;
}
.AnyTagClassName
{
color: #5FBF51;
}
</style>
background-color css
<style>
a { background-color: #5FBF51; }
a { background-color: rgb(95,191,81); }
div.DivClassName
{
background-color: #5FBF51;
}
.BgClassName
{
background-color: #5FBF51;
}
</style>
border-color css
<style>
span { border-color: #5FBF51; }
span { border-color: rgb(95,191,81); }
td.TdClassName
{
border-color: #5FBF51;
}
.TagClassName
{
border-color: #5FBF51;
}
</style>