Shades of Apple #5FA456
Tints of Apple #5FA456
RGB
CMYK
RGB Variations
Color information
#5FA456 (or 0x5FA456) is known color: Apple. HEX triplet: 5F, A4 and 56. RGB value is (95,164,86). Sum of RGB (Red+Green+Blue) = 95+164+86=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA456 is #A05BA9. Grayscale: #868686. Windows color (decimal): -10509226 or 5678175. OLE color: 5678175.
HSL color Cylindrical-coordinate representation of color #5FA456: hue angle of 113.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FA456 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 86 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.36 |
| HSL | 113.08º | 0.31% | 0.49% | - |
| HSV(B) | 113.08º | 0.48% | 0.64% | - |
| XYZ | 19.67 | 29.66 | 13.49 | - |
| YUV | 134.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 86 | 0.42 | 0 | 0.48 | 0.36 | 113.08 | 0.31 | 0.49 |
| Hex | 5F | A4 | 56 | 2A | 0 | 30 | 24 | 71 | 1F | 31 |
| Octal | 137 | 244 | 126 | 52 | 0 | 60 | 44 | 161 | 37 | 61 |
| Binary | 1011111 | 10100100 | 1010110 | 101010 | 0 | 110000 | 100100 | 1110001 | 11111 | 110001 |
Color Harmonies of #5FA456
Complementary color
Monochromatic Colors of #5FA456
Black with #5FA456
Text Example
Text Example
White with #5FA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA456; }
p { color: rgb(95,164,86); }
H1.HeaderClassName
{
color: #5FA456;
}
.AnyTagClassName
{
color: #5FA456;
}
</style>
background-color css
<style>
a { background-color: #5FA456; }
a { background-color: rgb(95,164,86); }
div.DivClassName
{
background-color: #5FA456;
}
.BgClassName
{
background-color: #5FA456;
}
</style>
border-color css
<style>
span { border-color: #5FA456; }
span { border-color: rgb(95,164,86); }
td.TdClassName
{
border-color: #5FA456;
}
.TagClassName
{
border-color: #5FA456;
}
</style>