Shades of Apple #5FA13F
Tints of Apple #5FA13F
RGB
CMYK
RGB Variations
Color information
#5FA13F (or 0x5FA13F) is known color: Apple. HEX triplet: 5F, A1 and 3F. RGB value is (95,161,63). Sum of RGB (Red+Green+Blue) = 95+161+63=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA13F is #A05EC0. Grayscale: #828282. Windows color (decimal): -10510017 or 4170079. OLE color: 4170079.
HSL color Cylindrical-coordinate representation of color #5FA13F: hue angle of 100.41º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FA13F is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 63 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.37 |
| HSL | 100.41º | 0.44% | 0.44% | - |
| HSV(B) | 100.41º | 0.61% | 0.63% | - |
| XYZ | 18.36 | 28.28 | 9.19 | - |
| YUV | 130.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 63 | 0.41 | 0 | 0.61 | 0.37 | 100.41 | 0.44 | 0.44 |
| Hex | 5F | A1 | 3F | 29 | 0 | 3D | 25 | 64 | 2C | 2C |
| Octal | 137 | 241 | 77 | 51 | 0 | 75 | 45 | 144 | 54 | 54 |
| Binary | 1011111 | 10100001 | 111111 | 101001 | 0 | 111101 | 100101 | 1100100 | 101100 | 101100 |
Color Harmonies of #5FA13F
Complementary color
Monochromatic Colors of #5FA13F
Black with #5FA13F
Text Example
Text Example
White with #5FA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA13F; }
p { color: rgb(95,161,63); }
H1.HeaderClassName
{
color: #5FA13F;
}
.AnyTagClassName
{
color: #5FA13F;
}
</style>
background-color css
<style>
a { background-color: #5FA13F; }
a { background-color: rgb(95,161,63); }
div.DivClassName
{
background-color: #5FA13F;
}
.BgClassName
{
background-color: #5FA13F;
}
</style>
border-color css
<style>
span { border-color: #5FA13F; }
span { border-color: rgb(95,161,63); }
td.TdClassName
{
border-color: #5FA13F;
}
.TagClassName
{
border-color: #5FA13F;
}
</style>