Shades of Apple #5FA541
Tints of Apple #5FA541
RGB
CMYK
RGB Variations
Color information
#5FA541 (or 0x5FA541) is known color: Apple. HEX triplet: 5F, A5 and 41. RGB value is (95,165,65). Sum of RGB (Red+Green+Blue) = 95+165+65=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA541 is #A05ABE. Grayscale: #858585. Windows color (decimal): -10508991 or 4302175. OLE color: 4302175.
HSL color Cylindrical-coordinate representation of color #5FA541: hue angle of 102º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FA541 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 65 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.35 |
| HSL | 102º | 0.43% | 0.45% | - |
| HSV(B) | 102º | 0.61% | 0.65% | - |
| XYZ | 19.13 | 29.72 | 9.73 | - |
| YUV | 132.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 65 | 0.42 | 0 | 0.61 | 0.35 | 102 | 0.43 | 0.45 |
| Hex | 5F | A5 | 41 | 2A | 0 | 3D | 23 | 66 | 2B | 2D |
| Octal | 137 | 245 | 101 | 52 | 0 | 75 | 43 | 146 | 53 | 55 |
| Binary | 1011111 | 10100101 | 1000001 | 101010 | 0 | 111101 | 100011 | 1100110 | 101011 | 101101 |
Color Harmonies of #5FA541
Complementary color
Monochromatic Colors of #5FA541
Black with #5FA541
Text Example
Text Example
White with #5FA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA541; }
p { color: rgb(95,165,65); }
H1.HeaderClassName
{
color: #5FA541;
}
.AnyTagClassName
{
color: #5FA541;
}
</style>
background-color css
<style>
a { background-color: #5FA541; }
a { background-color: rgb(95,165,65); }
div.DivClassName
{
background-color: #5FA541;
}
.BgClassName
{
background-color: #5FA541;
}
</style>
border-color css
<style>
span { border-color: #5FA541; }
span { border-color: rgb(95,165,65); }
td.TdClassName
{
border-color: #5FA541;
}
.TagClassName
{
border-color: #5FA541;
}
</style>