Shades of Apple #5FA24D
Tints of Apple #5FA24D
RGB
CMYK
RGB Variations
Color information
#5FA24D (or 0x5FA24D) is known color: Apple. HEX triplet: 5F, A2 and 4D. RGB value is (95,162,77). Sum of RGB (Red+Green+Blue) = 95+162+77=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA24D is #A05DB2. Grayscale: #848484. Windows color (decimal): -10509747 or 5087839. OLE color: 5087839.
HSL color Cylindrical-coordinate representation of color #5FA24D: hue angle of 107.29º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FA24D is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 77 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.36 |
| HSL | 107.29º | 0.36% | 0.47% | - |
| HSV(B) | 107.29º | 0.52% | 0.64% | - |
| XYZ | 18.98 | 28.81 | 11.58 | - |
| YUV | 132.28 | 96.8 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 77 | 0.41 | 0 | 0.52 | 0.36 | 107.29 | 0.36 | 0.47 |
| Hex | 5F | A2 | 4D | 29 | 0 | 34 | 24 | 6B | 24 | 2F |
| Octal | 137 | 242 | 115 | 51 | 0 | 64 | 44 | 153 | 44 | 57 |
| Binary | 1011111 | 10100010 | 1001101 | 101001 | 0 | 110100 | 100100 | 1101011 | 100100 | 101111 |
Color Harmonies of #5FA24D
Complementary color
Monochromatic Colors of #5FA24D
Black with #5FA24D
Text Example
Text Example
White with #5FA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA24D; }
p { color: rgb(95,162,77); }
H1.HeaderClassName
{
color: #5FA24D;
}
.AnyTagClassName
{
color: #5FA24D;
}
</style>
background-color css
<style>
a { background-color: #5FA24D; }
a { background-color: rgb(95,162,77); }
div.DivClassName
{
background-color: #5FA24D;
}
.BgClassName
{
background-color: #5FA24D;
}
</style>
border-color css
<style>
span { border-color: #5FA24D; }
span { border-color: rgb(95,162,77); }
td.TdClassName
{
border-color: #5FA24D;
}
.TagClassName
{
border-color: #5FA24D;
}
</style>