Shades of Apple #5FAB40
Tints of Apple #5FAB40
RGB
CMYK
RGB Variations
Color information
#5FAB40 (or 0x5FAB40) is known color: Apple. HEX triplet: 5F, AB and 40. RGB value is (95,171,64). Sum of RGB (Red+Green+Blue) = 95+171+64=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAB40 is #A054BF. Grayscale: #888888. Windows color (decimal): -10507456 or 4238175. OLE color: 4238175.
HSL color Cylindrical-coordinate representation of color #5FAB40: hue angle of 102.62º 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 #5FAB40 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 64 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.33 |
| HSL | 102.62º | 0.46% | 0.46% | - |
| HSV(B) | 102.62º | 0.63% | 0.67% | - |
| XYZ | 20.21 | 31.93 | 9.95 | - |
| YUV | 136.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 64 | 0.44 | 0 | 0.63 | 0.33 | 102.62 | 0.46 | 0.46 |
| Hex | 5F | AB | 40 | 2C | 0 | 3F | 21 | 67 | 2E | 2E |
| Octal | 137 | 253 | 100 | 54 | 0 | 77 | 41 | 147 | 56 | 56 |
| Binary | 1011111 | 10101011 | 1000000 | 101100 | 0 | 111111 | 100001 | 1100111 | 101110 | 101110 |
Color Harmonies of #5FAB40
Complementary color
Monochromatic Colors of #5FAB40
Black with #5FAB40
Text Example
Text Example
White with #5FAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB40; }
p { color: rgb(95,171,64); }
H1.HeaderClassName
{
color: #5FAB40;
}
.AnyTagClassName
{
color: #5FAB40;
}
</style>
background-color css
<style>
a { background-color: #5FAB40; }
a { background-color: rgb(95,171,64); }
div.DivClassName
{
background-color: #5FAB40;
}
.BgClassName
{
background-color: #5FAB40;
}
</style>
border-color css
<style>
span { border-color: #5FAB40; }
span { border-color: rgb(95,171,64); }
td.TdClassName
{
border-color: #5FAB40;
}
.TagClassName
{
border-color: #5FAB40;
}
</style>