Shades of Apple #5FB858
Tints of Apple #5FB858
RGB
CMYK
RGB Variations
Color information
#5FB858 (or 0x5FB858) is known color: Apple. HEX triplet: 5F, B8 and 58. RGB value is (95,184,88). Sum of RGB (Red+Green+Blue) = 95+184+88=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB858 is #A047A7. Grayscale: #929292. Windows color (decimal): -10504104 or 5814367. OLE color: 5814367.
HSL color Cylindrical-coordinate representation of color #5FB858: hue angle of 115.62º 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 #5FB858 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 88 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.28 |
| HSL | 115.63º | 0.4% | 0.53% | - |
| HSV(B) | 115.63º | 0.52% | 0.72% | - |
| XYZ | 23.62 | 37.42 | 15.21 | - |
| YUV | 146.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 88 | 0.48 | 0 | 0.52 | 0.28 | 115.63 | 0.4 | 0.53 |
| Hex | 5F | B8 | 58 | 30 | 0 | 34 | 1C | 74 | 28 | 35 |
| Octal | 137 | 270 | 130 | 60 | 0 | 64 | 34 | 164 | 50 | 65 |
| Binary | 1011111 | 10111000 | 1011000 | 110000 | 0 | 110100 | 11100 | 1110100 | 101000 | 110101 |
Color Harmonies of #5FB858
Complementary color
Monochromatic Colors of #5FB858
Black with #5FB858
Text Example
Text Example
White with #5FB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB858; }
p { color: rgb(95,184,88); }
H1.HeaderClassName
{
color: #5FB858;
}
.AnyTagClassName
{
color: #5FB858;
}
</style>
background-color css
<style>
a { background-color: #5FB858; }
a { background-color: rgb(95,184,88); }
div.DivClassName
{
background-color: #5FB858;
}
.BgClassName
{
background-color: #5FB858;
}
</style>
border-color css
<style>
span { border-color: #5FB858; }
span { border-color: rgb(95,184,88); }
td.TdClassName
{
border-color: #5FB858;
}
.TagClassName
{
border-color: #5FB858;
}
</style>