Shades of Apple #5FAC3B
Tints of Apple #5FAC3B
RGB
CMYK
RGB Variations
Color information
#5FAC3B (or 0x5FAC3B) is known color: Apple. HEX triplet: 5F, AC and 3B. RGB value is (95,172,59). Sum of RGB (Red+Green+Blue) = 95+172+59=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC3B is #A053C4. Grayscale: #888888. Windows color (decimal): -10507205 or 3910751. OLE color: 3910751.
HSL color Cylindrical-coordinate representation of color #5FAC3B: hue angle of 100.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FAC3B is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 59 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.33 |
| HSL | 100.89º | 0.49% | 0.45% | - |
| HSV(B) | 100.89º | 0.66% | 0.67% | - |
| XYZ | 20.26 | 32.25 | 9.3 | - |
| YUV | 136.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 59 | 0.45 | 0 | 0.66 | 0.33 | 100.89 | 0.49 | 0.45 |
| Hex | 5F | AC | 3B | 2D | 0 | 42 | 21 | 65 | 31 | 2D |
| Octal | 137 | 254 | 73 | 55 | 0 | 102 | 41 | 145 | 61 | 55 |
| Binary | 1011111 | 10101100 | 111011 | 101101 | 0 | 1000010 | 100001 | 1100101 | 110001 | 101101 |
Color Harmonies of #5FAC3B
Complementary color
Monochromatic Colors of #5FAC3B
Black with #5FAC3B
Text Example
Text Example
White with #5FAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC3B; }
p { color: rgb(95,172,59); }
H1.HeaderClassName
{
color: #5FAC3B;
}
.AnyTagClassName
{
color: #5FAC3B;
}
</style>
background-color css
<style>
a { background-color: #5FAC3B; }
a { background-color: rgb(95,172,59); }
div.DivClassName
{
background-color: #5FAC3B;
}
.BgClassName
{
background-color: #5FAC3B;
}
</style>
border-color css
<style>
span { border-color: #5FAC3B; }
span { border-color: rgb(95,172,59); }
td.TdClassName
{
border-color: #5FAC3B;
}
.TagClassName
{
border-color: #5FAC3B;
}
</style>