Shades of Apple #5FAB4C
Tints of Apple #5FAB4C
RGB
CMYK
RGB Variations
Color information
#5FAB4C (or 0x5FAB4C) is known color: Apple. HEX triplet: 5F, AB and 4C. RGB value is (95,171,76). Sum of RGB (Red+Green+Blue) = 95+171+76=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAB4C is #A054B3. Grayscale: #898989. Windows color (decimal): -10507444 or 5024607. OLE color: 5024607.
HSL color Cylindrical-coordinate representation of color #5FAB4C: hue angle of 108º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FAB4C is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 76 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.33 |
| HSL | 108º | 0.38% | 0.48% | - |
| HSV(B) | 108º | 0.56% | 0.67% | - |
| XYZ | 20.59 | 32.08 | 11.94 | - |
| YUV | 137.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 76 | 0.44 | 0 | 0.56 | 0.33 | 108 | 0.38 | 0.48 |
| Hex | 5F | AB | 4C | 2C | 0 | 38 | 21 | 6C | 26 | 30 |
| Octal | 137 | 253 | 114 | 54 | 0 | 70 | 41 | 154 | 46 | 60 |
| Binary | 1011111 | 10101011 | 1001100 | 101100 | 0 | 111000 | 100001 | 1101100 | 100110 | 110000 |
Color Harmonies of #5FAB4C
Complementary color
Monochromatic Colors of #5FAB4C
Black with #5FAB4C
Text Example
Text Example
White with #5FAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB4C; }
p { color: rgb(95,171,76); }
H1.HeaderClassName
{
color: #5FAB4C;
}
.AnyTagClassName
{
color: #5FAB4C;
}
</style>
background-color css
<style>
a { background-color: #5FAB4C; }
a { background-color: rgb(95,171,76); }
div.DivClassName
{
background-color: #5FAB4C;
}
.BgClassName
{
background-color: #5FAB4C;
}
</style>
border-color css
<style>
span { border-color: #5FAB4C; }
span { border-color: rgb(95,171,76); }
td.TdClassName
{
border-color: #5FAB4C;
}
.TagClassName
{
border-color: #5FAB4C;
}
</style>