Shades of Apple #5FA43F
Tints of Apple #5FA43F
RGB
CMYK
RGB Variations
Color information
#5FA43F (or 0x5FA43F) is known color: Apple. HEX triplet: 5F, A4 and 3F. RGB value is (95,164,63). Sum of RGB (Red+Green+Blue) = 95+164+63=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA43F is #A05BC0. Grayscale: #848484. Windows color (decimal): -10509249 or 4170847. OLE color: 4170847.
HSL color Cylindrical-coordinate representation of color #5FA43F: hue angle of 100.99º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA43F is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 63 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.36 |
| HSL | 100.99º | 0.44% | 0.45% | - |
| HSV(B) | 100.99º | 0.62% | 0.64% | - |
| XYZ | 18.89 | 29.34 | 9.37 | - |
| YUV | 131.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 63 | 0.42 | 0 | 0.62 | 0.36 | 100.99 | 0.44 | 0.45 |
| Hex | 5F | A4 | 3F | 2A | 0 | 3E | 24 | 65 | 2C | 2D |
| Octal | 137 | 244 | 77 | 52 | 0 | 76 | 44 | 145 | 54 | 55 |
| Binary | 1011111 | 10100100 | 111111 | 101010 | 0 | 111110 | 100100 | 1100101 | 101100 | 101101 |
Color Harmonies of #5FA43F
Complementary color
Monochromatic Colors of #5FA43F
Black with #5FA43F
Text Example
Text Example
White with #5FA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA43F; }
p { color: rgb(95,164,63); }
H1.HeaderClassName
{
color: #5FA43F;
}
.AnyTagClassName
{
color: #5FA43F;
}
</style>
background-color css
<style>
a { background-color: #5FA43F; }
a { background-color: rgb(95,164,63); }
div.DivClassName
{
background-color: #5FA43F;
}
.BgClassName
{
background-color: #5FA43F;
}
</style>
border-color css
<style>
span { border-color: #5FA43F; }
span { border-color: rgb(95,164,63); }
td.TdClassName
{
border-color: #5FA43F;
}
.TagClassName
{
border-color: #5FA43F;
}
</style>