Shades of Apple #5FA549
Tints of Apple #5FA549
RGB
CMYK
RGB Variations
Color information
#5FA549 (or 0x5FA549) is known color: Apple. HEX triplet: 5F, A5 and 49. RGB value is (95,165,73). Sum of RGB (Red+Green+Blue) = 95+165+73=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA549 is #A05AB6. Grayscale: #858585. Windows color (decimal): -10508983 or 4826463. OLE color: 4826463.
HSL color Cylindrical-coordinate representation of color #5FA549: hue angle of 105.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FA549 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 73 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.35 |
| HSL | 105.65º | 0.39% | 0.47% | - |
| HSV(B) | 105.65º | 0.56% | 0.65% | - |
| XYZ | 19.38 | 29.82 | 11.04 | - |
| YUV | 133.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 73 | 0.42 | 0 | 0.56 | 0.35 | 105.65 | 0.39 | 0.47 |
| Hex | 5F | A5 | 49 | 2A | 0 | 38 | 23 | 6A | 27 | 2F |
| Octal | 137 | 245 | 111 | 52 | 0 | 70 | 43 | 152 | 47 | 57 |
| Binary | 1011111 | 10100101 | 1001001 | 101010 | 0 | 111000 | 100011 | 1101010 | 100111 | 101111 |
Color Harmonies of #5FA549
Complementary color
Monochromatic Colors of #5FA549
Black with #5FA549
Text Example
Text Example
White with #5FA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA549; }
p { color: rgb(95,165,73); }
H1.HeaderClassName
{
color: #5FA549;
}
.AnyTagClassName
{
color: #5FA549;
}
</style>
background-color css
<style>
a { background-color: #5FA549; }
a { background-color: rgb(95,165,73); }
div.DivClassName
{
background-color: #5FA549;
}
.BgClassName
{
background-color: #5FA549;
}
</style>
border-color css
<style>
span { border-color: #5FA549; }
span { border-color: rgb(95,165,73); }
td.TdClassName
{
border-color: #5FA549;
}
.TagClassName
{
border-color: #5FA549;
}
</style>