Shades of Apple #5FA957
Tints of Apple #5FA957
RGB
CMYK
RGB Variations
Color information
#5FA957 (or 0x5FA957) is known color: Apple. HEX triplet: 5F, A9 and 57. RGB value is (95,169,87). Sum of RGB (Red+Green+Blue) = 95+169+87=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA957 is #A056A8. Grayscale: #898989. Windows color (decimal): -10507945 or 5744991. OLE color: 5744991.
HSL color Cylindrical-coordinate representation of color #5FA957: hue angle of 114.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FA957 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 87 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.34 |
| HSL | 114.15º | 0.32% | 0.5% | - |
| HSV(B) | 114.15º | 0.49% | 0.66% | - |
| XYZ | 20.63 | 31.5 | 14.01 | - |
| YUV | 137.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 87 | 0.44 | 0 | 0.49 | 0.34 | 114.15 | 0.32 | 0.5 |
| Hex | 5F | A9 | 57 | 2C | 0 | 31 | 22 | 72 | 20 | 32 |
| Octal | 137 | 251 | 127 | 54 | 0 | 61 | 42 | 162 | 40 | 62 |
| Binary | 1011111 | 10101001 | 1010111 | 101100 | 0 | 110001 | 100010 | 1110010 | 100000 | 110010 |
Color Harmonies of #5FA957
Complementary color
Monochromatic Colors of #5FA957
Black with #5FA957
Text Example
Text Example
White with #5FA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA957; }
p { color: rgb(95,169,87); }
H1.HeaderClassName
{
color: #5FA957;
}
.AnyTagClassName
{
color: #5FA957;
}
</style>
background-color css
<style>
a { background-color: #5FA957; }
a { background-color: rgb(95,169,87); }
div.DivClassName
{
background-color: #5FA957;
}
.BgClassName
{
background-color: #5FA957;
}
</style>
border-color css
<style>
span { border-color: #5FA957; }
span { border-color: rgb(95,169,87); }
td.TdClassName
{
border-color: #5FA957;
}
.TagClassName
{
border-color: #5FA957;
}
</style>