Shades of Apple #5FAA4D
Tints of Apple #5FAA4D
RGB
CMYK
RGB Variations
Color information
#5FAA4D (or 0x5FAA4D) is known color: Apple. HEX triplet: 5F, AA and 4D. RGB value is (95,170,77). Sum of RGB (Red+Green+Blue) = 95+170+77=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA4D is #A055B2. Grayscale: #898989. Windows color (decimal): -10507699 or 5089887. OLE color: 5089887.
HSL color Cylindrical-coordinate representation of color #5FAA4D: hue angle of 108.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FAA4D is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 77 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.33 |
| HSL | 108.39º | 0.38% | 0.48% | - |
| HSV(B) | 108.39º | 0.55% | 0.67% | - |
| XYZ | 20.43 | 31.72 | 12.07 | - |
| YUV | 136.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 77 | 0.44 | 0 | 0.55 | 0.33 | 108.39 | 0.38 | 0.48 |
| Hex | 5F | AA | 4D | 2C | 0 | 37 | 21 | 6C | 26 | 30 |
| Octal | 137 | 252 | 115 | 54 | 0 | 67 | 41 | 154 | 46 | 60 |
| Binary | 1011111 | 10101010 | 1001101 | 101100 | 0 | 110111 | 100001 | 1101100 | 100110 | 110000 |
Color Harmonies of #5FAA4D
Complementary color
Monochromatic Colors of #5FAA4D
Black with #5FAA4D
Text Example
Text Example
White with #5FAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA4D; }
p { color: rgb(95,170,77); }
H1.HeaderClassName
{
color: #5FAA4D;
}
.AnyTagClassName
{
color: #5FAA4D;
}
</style>
background-color css
<style>
a { background-color: #5FAA4D; }
a { background-color: rgb(95,170,77); }
div.DivClassName
{
background-color: #5FAA4D;
}
.BgClassName
{
background-color: #5FAA4D;
}
</style>
border-color css
<style>
span { border-color: #5FAA4D; }
span { border-color: rgb(95,170,77); }
td.TdClassName
{
border-color: #5FAA4D;
}
.TagClassName
{
border-color: #5FAA4D;
}
</style>