Shades of Apple #5FB751
Tints of Apple #5FB751
RGB
CMYK
RGB Variations
Color information
#5FB751 (or 0x5FB751) is known color: Apple. HEX triplet: 5F, B7 and 51. RGB value is (95,183,81). Sum of RGB (Red+Green+Blue) = 95+183+81=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB751 is #A048AE. Grayscale: #919191. Windows color (decimal): -10504367 or 5355359. OLE color: 5355359.
HSL color Cylindrical-coordinate representation of color #5FB751: hue angle of 111.76º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB751 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 81 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.28 |
| HSL | 111.76º | 0.41% | 0.52% | - |
| HSV(B) | 111.76º | 0.56% | 0.72% | - |
| XYZ | 23.14 | 36.89 | 13.69 | - |
| YUV | 145.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 81 | 0.48 | 0 | 0.56 | 0.28 | 111.76 | 0.41 | 0.52 |
| Hex | 5F | B7 | 51 | 30 | 0 | 38 | 1C | 70 | 29 | 34 |
| Octal | 137 | 267 | 121 | 60 | 0 | 70 | 34 | 160 | 51 | 64 |
| Binary | 1011111 | 10110111 | 1010001 | 110000 | 0 | 111000 | 11100 | 1110000 | 101001 | 110100 |
Color Harmonies of #5FB751
Complementary color
Monochromatic Colors of #5FB751
Black with #5FB751
Text Example
Text Example
White with #5FB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB751; }
p { color: rgb(95,183,81); }
H1.HeaderClassName
{
color: #5FB751;
}
.AnyTagClassName
{
color: #5FB751;
}
</style>
background-color css
<style>
a { background-color: #5FB751; }
a { background-color: rgb(95,183,81); }
div.DivClassName
{
background-color: #5FB751;
}
.BgClassName
{
background-color: #5FB751;
}
</style>
border-color css
<style>
span { border-color: #5FB751; }
span { border-color: rgb(95,183,81); }
td.TdClassName
{
border-color: #5FB751;
}
.TagClassName
{
border-color: #5FB751;
}
</style>