Shades of Apple #5FAD40
Tints of Apple #5FAD40
RGB
CMYK
RGB Variations
Color information
#5FAD40 (or 0x5FAD40) is known color: Apple. HEX triplet: 5F, AD and 40. RGB value is (95,173,64). Sum of RGB (Red+Green+Blue) = 95+173+64=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD40 is #A052BF. Grayscale: #898989. Windows color (decimal): -10506944 or 4238687. OLE color: 4238687.
HSL color Cylindrical-coordinate representation of color #5FAD40: hue angle of 102.94º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FAD40 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 64 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.32 |
| HSL | 102.94º | 0.46% | 0.46% | - |
| HSV(B) | 102.94º | 0.63% | 0.68% | - |
| XYZ | 20.59 | 32.69 | 10.08 | - |
| YUV | 137.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 64 | 0.45 | 0 | 0.63 | 0.32 | 102.94 | 0.46 | 0.46 |
| Hex | 5F | AD | 40 | 2D | 0 | 3F | 20 | 67 | 2E | 2E |
| Octal | 137 | 255 | 100 | 55 | 0 | 77 | 40 | 147 | 56 | 56 |
| Binary | 1011111 | 10101101 | 1000000 | 101101 | 0 | 111111 | 100000 | 1100111 | 101110 | 101110 |
Color Harmonies of #5FAD40
Complementary color
Monochromatic Colors of #5FAD40
Black with #5FAD40
Text Example
Text Example
White with #5FAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD40; }
p { color: rgb(95,173,64); }
H1.HeaderClassName
{
color: #5FAD40;
}
.AnyTagClassName
{
color: #5FAD40;
}
</style>
background-color css
<style>
a { background-color: #5FAD40; }
a { background-color: rgb(95,173,64); }
div.DivClassName
{
background-color: #5FAD40;
}
.BgClassName
{
background-color: #5FAD40;
}
</style>
border-color css
<style>
span { border-color: #5FAD40; }
span { border-color: rgb(95,173,64); }
td.TdClassName
{
border-color: #5FAD40;
}
.TagClassName
{
border-color: #5FAD40;
}
</style>