Shades of Apple #5FAC4E
Tints of Apple #5FAC4E
RGB
CMYK
RGB Variations
Color information
#5FAC4E (or 0x5FAC4E) is known color: Apple. HEX triplet: 5F, AC and 4E. RGB value is (95,172,78). Sum of RGB (Red+Green+Blue) = 95+172+78=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC4E is #A053B1. Grayscale: #8A8A8A. Windows color (decimal): -10507186 or 5155935. OLE color: 5155935.
HSL color Cylindrical-coordinate representation of color #5FAC4E: hue angle of 109.15º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FAC4E is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 78 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.33 |
| HSL | 109.15º | 0.38% | 0.49% | - |
| HSV(B) | 109.15º | 0.55% | 0.67% | - |
| XYZ | 20.85 | 32.49 | 12.38 | - |
| YUV | 138.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 78 | 0.45 | 0 | 0.55 | 0.33 | 109.15 | 0.38 | 0.49 |
| Hex | 5F | AC | 4E | 2D | 0 | 37 | 21 | 6D | 26 | 31 |
| Octal | 137 | 254 | 116 | 55 | 0 | 67 | 41 | 155 | 46 | 61 |
| Binary | 1011111 | 10101100 | 1001110 | 101101 | 0 | 110111 | 100001 | 1101101 | 100110 | 110001 |
Color Harmonies of #5FAC4E
Complementary color
Monochromatic Colors of #5FAC4E
Black with #5FAC4E
Text Example
Text Example
White with #5FAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC4E; }
p { color: rgb(95,172,78); }
H1.HeaderClassName
{
color: #5FAC4E;
}
.AnyTagClassName
{
color: #5FAC4E;
}
</style>
background-color css
<style>
a { background-color: #5FAC4E; }
a { background-color: rgb(95,172,78); }
div.DivClassName
{
background-color: #5FAC4E;
}
.BgClassName
{
background-color: #5FAC4E;
}
</style>
border-color css
<style>
span { border-color: #5FAC4E; }
span { border-color: rgb(95,172,78); }
td.TdClassName
{
border-color: #5FAC4E;
}
.TagClassName
{
border-color: #5FAC4E;
}
</style>