Shades of Apple #5FB557
Tints of Apple #5FB557
RGB
CMYK
RGB Variations
Color information
#5FB557 (or 0x5FB557) is known color: Apple. HEX triplet: 5F, B5 and 57. RGB value is (95,181,87). Sum of RGB (Red+Green+Blue) = 95+181+87=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB557 is #A04AA8. Grayscale: #909090. Windows color (decimal): -10504873 or 5748063. OLE color: 5748063.
HSL color Cylindrical-coordinate representation of color #5FB557: hue angle of 114.89º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FB557 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 181 | 87 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.29 |
| HSL | 114.89º | 0.39% | 0.53% | - |
| HSV(B) | 114.89º | 0.52% | 0.71% | - |
| XYZ | 22.96 | 36.17 | 14.79 | - |
| YUV | 144.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 87 | 0.48 | 0 | 0.52 | 0.29 | 114.89 | 0.39 | 0.53 |
| Hex | 5F | B5 | 57 | 30 | 0 | 34 | 1D | 73 | 27 | 35 |
| Octal | 137 | 265 | 127 | 60 | 0 | 64 | 35 | 163 | 47 | 65 |
| Binary | 1011111 | 10110101 | 1010111 | 110000 | 0 | 110100 | 11101 | 1110011 | 100111 | 110101 |
Color Harmonies of #5FB557
Complementary color
Monochromatic Colors of #5FB557
Black with #5FB557
Text Example
Text Example
White with #5FB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB557; }
p { color: rgb(95,181,87); }
H1.HeaderClassName
{
color: #5FB557;
}
.AnyTagClassName
{
color: #5FB557;
}
</style>
background-color css
<style>
a { background-color: #5FB557; }
a { background-color: rgb(95,181,87); }
div.DivClassName
{
background-color: #5FB557;
}
.BgClassName
{
background-color: #5FB557;
}
</style>
border-color css
<style>
span { border-color: #5FB557; }
span { border-color: rgb(95,181,87); }
td.TdClassName
{
border-color: #5FB557;
}
.TagClassName
{
border-color: #5FB557;
}
</style>