Shades of Apple #5FA346
Tints of Apple #5FA346
RGB
CMYK
RGB Variations
Color information
#5FA346 (or 0x5FA346) is known color: Apple. HEX triplet: 5F, A3 and 46. RGB value is (95,163,70). Sum of RGB (Red+Green+Blue) = 95+163+70=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA346 is #A05CB9. Grayscale: #848484. Windows color (decimal): -10509498 or 4629343. OLE color: 4629343.
HSL color Cylindrical-coordinate representation of color #5FA346: hue angle of 103.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA346 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 70 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.36 |
| HSL | 103.87º | 0.4% | 0.46% | - |
| HSV(B) | 103.87º | 0.57% | 0.64% | - |
| XYZ | 18.92 | 29.07 | 10.41 | - |
| YUV | 132.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 70 | 0.42 | 0 | 0.57 | 0.36 | 103.87 | 0.4 | 0.46 |
| Hex | 5F | A3 | 46 | 2A | 0 | 39 | 24 | 68 | 28 | 2E |
| Octal | 137 | 243 | 106 | 52 | 0 | 71 | 44 | 150 | 50 | 56 |
| Binary | 1011111 | 10100011 | 1000110 | 101010 | 0 | 111001 | 100100 | 1101000 | 101000 | 101110 |
Color Harmonies of #5FA346
Complementary color
Monochromatic Colors of #5FA346
Black with #5FA346
Text Example
Text Example
White with #5FA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA346; }
p { color: rgb(95,163,70); }
H1.HeaderClassName
{
color: #5FA346;
}
.AnyTagClassName
{
color: #5FA346;
}
</style>
background-color css
<style>
a { background-color: #5FA346; }
a { background-color: rgb(95,163,70); }
div.DivClassName
{
background-color: #5FA346;
}
.BgClassName
{
background-color: #5FA346;
}
</style>
border-color css
<style>
span { border-color: #5FA346; }
span { border-color: rgb(95,163,70); }
td.TdClassName
{
border-color: #5FA346;
}
.TagClassName
{
border-color: #5FA346;
}
</style>