Shades of Apple #5FB758
Tints of Apple #5FB758
RGB
CMYK
RGB Variations
Color information
#5FB758 (or 0x5FB758) is known color: Apple. HEX triplet: 5F, B7 and 58. RGB value is (95,183,88). Sum of RGB (Red+Green+Blue) = 95+183+88=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB758 is #A048A7. Grayscale: #929292. Windows color (decimal): -10504360 or 5814111. OLE color: 5814111.
HSL color Cylindrical-coordinate representation of color #5FB758: hue angle of 115.58º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FB758 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 88 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.28 |
| HSL | 115.58º | 0.4% | 0.53% | - |
| HSV(B) | 115.58º | 0.52% | 0.72% | - |
| XYZ | 23.41 | 37 | 15.14 | - |
| YUV | 145.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 88 | 0.48 | 0 | 0.52 | 0.28 | 115.58 | 0.4 | 0.53 |
| Hex | 5F | B7 | 58 | 30 | 0 | 34 | 1C | 74 | 28 | 35 |
| Octal | 137 | 267 | 130 | 60 | 0 | 64 | 34 | 164 | 50 | 65 |
| Binary | 1011111 | 10110111 | 1011000 | 110000 | 0 | 110100 | 11100 | 1110100 | 101000 | 110101 |
Color Harmonies of #5FB758
Complementary color
Monochromatic Colors of #5FB758
Black with #5FB758
Text Example
Text Example
White with #5FB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB758; }
p { color: rgb(95,183,88); }
H1.HeaderClassName
{
color: #5FB758;
}
.AnyTagClassName
{
color: #5FB758;
}
</style>
background-color css
<style>
a { background-color: #5FB758; }
a { background-color: rgb(95,183,88); }
div.DivClassName
{
background-color: #5FB758;
}
.BgClassName
{
background-color: #5FB758;
}
</style>
border-color css
<style>
span { border-color: #5FB758; }
span { border-color: rgb(95,183,88); }
td.TdClassName
{
border-color: #5FB758;
}
.TagClassName
{
border-color: #5FB758;
}
</style>