Shades of Apple #5FA547
Tints of Apple #5FA547
RGB
CMYK
RGB Variations
Color information
#5FA547 (or 0x5FA547) is known color: Apple. HEX triplet: 5F, A5 and 47. RGB value is (95,165,71). Sum of RGB (Red+Green+Blue) = 95+165+71=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA547 is #A05AB8. Grayscale: #858585. Windows color (decimal): -10508985 or 4695391. OLE color: 4695391.
HSL color Cylindrical-coordinate representation of color #5FA547: hue angle of 104.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA547 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 71 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.35 |
| HSL | 104.68º | 0.4% | 0.46% | - |
| HSV(B) | 104.68º | 0.57% | 0.65% | - |
| XYZ | 19.31 | 29.8 | 10.7 | - |
| YUV | 133.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 71 | 0.42 | 0 | 0.57 | 0.35 | 104.68 | 0.4 | 0.46 |
| Hex | 5F | A5 | 47 | 2A | 0 | 39 | 23 | 69 | 28 | 2E |
| Octal | 137 | 245 | 107 | 52 | 0 | 71 | 43 | 151 | 50 | 56 |
| Binary | 1011111 | 10100101 | 1000111 | 101010 | 0 | 111001 | 100011 | 1101001 | 101000 | 101110 |
Color Harmonies of #5FA547
Complementary color
Monochromatic Colors of #5FA547
Black with #5FA547
Text Example
Text Example
White with #5FA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA547; }
p { color: rgb(95,165,71); }
H1.HeaderClassName
{
color: #5FA547;
}
.AnyTagClassName
{
color: #5FA547;
}
</style>
background-color css
<style>
a { background-color: #5FA547; }
a { background-color: rgb(95,165,71); }
div.DivClassName
{
background-color: #5FA547;
}
.BgClassName
{
background-color: #5FA547;
}
</style>
border-color css
<style>
span { border-color: #5FA547; }
span { border-color: rgb(95,165,71); }
td.TdClassName
{
border-color: #5FA547;
}
.TagClassName
{
border-color: #5FA547;
}
</style>