Shades of Apple #5FAC40
Tints of Apple #5FAC40
RGB
CMYK
RGB Variations
Color information
#5FAC40 (or 0x5FAC40) is known color: Apple. HEX triplet: 5F, AC and 40. RGB value is (95,172,64). Sum of RGB (Red+Green+Blue) = 95+172+64=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC40 is #A053BF. Grayscale: #898989. Windows color (decimal): -10507200 or 4238431. OLE color: 4238431.
HSL color Cylindrical-coordinate representation of color #5FAC40: hue angle of 102.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FAC40 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 64 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.33 |
| HSL | 102.78º | 0.46% | 0.46% | - |
| HSV(B) | 102.78º | 0.63% | 0.67% | - |
| XYZ | 20.4 | 32.31 | 10.01 | - |
| YUV | 136.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 64 | 0.45 | 0 | 0.63 | 0.33 | 102.78 | 0.46 | 0.46 |
| Hex | 5F | AC | 40 | 2D | 0 | 3F | 21 | 67 | 2E | 2E |
| Octal | 137 | 254 | 100 | 55 | 0 | 77 | 41 | 147 | 56 | 56 |
| Binary | 1011111 | 10101100 | 1000000 | 101101 | 0 | 111111 | 100001 | 1100111 | 101110 | 101110 |
Color Harmonies of #5FAC40
Complementary color
Monochromatic Colors of #5FAC40
Black with #5FAC40
Text Example
Text Example
White with #5FAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC40; }
p { color: rgb(95,172,64); }
H1.HeaderClassName
{
color: #5FAC40;
}
.AnyTagClassName
{
color: #5FAC40;
}
</style>
background-color css
<style>
a { background-color: #5FAC40; }
a { background-color: rgb(95,172,64); }
div.DivClassName
{
background-color: #5FAC40;
}
.BgClassName
{
background-color: #5FAC40;
}
</style>
border-color css
<style>
span { border-color: #5FAC40; }
span { border-color: rgb(95,172,64); }
td.TdClassName
{
border-color: #5FAC40;
}
.TagClassName
{
border-color: #5FAC40;
}
</style>