Shades of Apple #5FAC3F
Tints of Apple #5FAC3F
RGB
CMYK
RGB Variations
Color information
#5FAC3F (or 0x5FAC3F) is known color: Apple. HEX triplet: 5F, AC and 3F. RGB value is (95,172,63). Sum of RGB (Red+Green+Blue) = 95+172+63=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC3F is #A053C0. Grayscale: #888888. Windows color (decimal): -10507201 or 4172895. OLE color: 4172895.
HSL color Cylindrical-coordinate representation of color #5FAC3F: hue angle of 102.39º 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 #5FAC3F is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 63 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.33 |
| HSL | 102.39º | 0.46% | 0.46% | - |
| HSV(B) | 102.39º | 0.63% | 0.67% | - |
| XYZ | 20.37 | 32.3 | 9.86 | - |
| YUV | 136.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 63 | 0.45 | 0 | 0.63 | 0.33 | 102.39 | 0.46 | 0.46 |
| Hex | 5F | AC | 3F | 2D | 0 | 3F | 21 | 66 | 2E | 2E |
| Octal | 137 | 254 | 77 | 55 | 0 | 77 | 41 | 146 | 56 | 56 |
| Binary | 1011111 | 10101100 | 111111 | 101101 | 0 | 111111 | 100001 | 1100110 | 101110 | 101110 |
Color Harmonies of #5FAC3F
Complementary color
Monochromatic Colors of #5FAC3F
Black with #5FAC3F
Text Example
Text Example
White with #5FAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC3F; }
p { color: rgb(95,172,63); }
H1.HeaderClassName
{
color: #5FAC3F;
}
.AnyTagClassName
{
color: #5FAC3F;
}
</style>
background-color css
<style>
a { background-color: #5FAC3F; }
a { background-color: rgb(95,172,63); }
div.DivClassName
{
background-color: #5FAC3F;
}
.BgClassName
{
background-color: #5FAC3F;
}
</style>
border-color css
<style>
span { border-color: #5FAC3F; }
span { border-color: rgb(95,172,63); }
td.TdClassName
{
border-color: #5FAC3F;
}
.TagClassName
{
border-color: #5FAC3F;
}
</style>