Shades of Apple #5FA34C
Tints of Apple #5FA34C
RGB
CMYK
RGB Variations
Color information
#5FA34C (or 0x5FA34C) is known color: Apple. HEX triplet: 5F, A3 and 4C. RGB value is (95,163,76). Sum of RGB (Red+Green+Blue) = 95+163+76=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA34C is #A05CB3. Grayscale: #858585. Windows color (decimal): -10509492 or 5022559. OLE color: 5022559.
HSL color Cylindrical-coordinate representation of color #5FA34C: hue angle of 106.9º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FA34C is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 76 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.36 |
| HSL | 106.9º | 0.36% | 0.47% | - |
| HSV(B) | 106.9º | 0.53% | 0.64% | - |
| XYZ | 19.12 | 29.15 | 11.46 | - |
| YUV | 132.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 76 | 0.42 | 0 | 0.53 | 0.36 | 106.9 | 0.36 | 0.47 |
| Hex | 5F | A3 | 4C | 2A | 0 | 35 | 24 | 6B | 24 | 2F |
| Octal | 137 | 243 | 114 | 52 | 0 | 65 | 44 | 153 | 44 | 57 |
| Binary | 1011111 | 10100011 | 1001100 | 101010 | 0 | 110101 | 100100 | 1101011 | 100100 | 101111 |
Color Harmonies of #5FA34C
Complementary color
Monochromatic Colors of #5FA34C
Black with #5FA34C
Text Example
Text Example
White with #5FA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA34C; }
p { color: rgb(95,163,76); }
H1.HeaderClassName
{
color: #5FA34C;
}
.AnyTagClassName
{
color: #5FA34C;
}
</style>
background-color css
<style>
a { background-color: #5FA34C; }
a { background-color: rgb(95,163,76); }
div.DivClassName
{
background-color: #5FA34C;
}
.BgClassName
{
background-color: #5FA34C;
}
</style>
border-color css
<style>
span { border-color: #5FA34C; }
span { border-color: rgb(95,163,76); }
td.TdClassName
{
border-color: #5FA34C;
}
.TagClassName
{
border-color: #5FA34C;
}
</style>