Shades of Apple #4FA53A
Tints of Apple #4FA53A
RGB
CMYK
RGB Variations
Color information
#4FA53A (or 0x4FA53A) is known color: Apple. HEX triplet: 4F, A5 and 3A. RGB value is (79,165,58). Sum of RGB (Red+Green+Blue) = 79+165+58=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA53A is #B05AC5. Grayscale: #7F7F7F. Windows color (decimal): -11557574 or 3843407. OLE color: 3843407.
HSL color Cylindrical-coordinate representation of color #4FA53A: hue angle of 108.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FA53A is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 58 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.35 |
| HSL | 108.22º | 0.48% | 0.44% | - |
| HSV(B) | 108.22º | 0.65% | 0.65% | - |
| XYZ | 17.44 | 28.88 | 8.66 | - |
| YUV | 127.09 | 89.01 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 58 | 0.52 | 0 | 0.65 | 0.35 | 108.22 | 0.48 | 0.44 |
| Hex | 4F | A5 | 3A | 34 | 0 | 41 | 23 | 6C | 30 | 2C |
| Octal | 117 | 245 | 72 | 64 | 0 | 101 | 43 | 154 | 60 | 54 |
| Binary | 1001111 | 10100101 | 111010 | 110100 | 0 | 1000001 | 100011 | 1101100 | 110000 | 101100 |
Color Harmonies of #4FA53A
Complementary color
Monochromatic Colors of #4FA53A
Black with #4FA53A
Text Example
Text Example
White with #4FA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA53A; }
p { color: rgb(79,165,58); }
H1.HeaderClassName
{
color: #4FA53A;
}
.AnyTagClassName
{
color: #4FA53A;
}
</style>
background-color css
<style>
a { background-color: #4FA53A; }
a { background-color: rgb(79,165,58); }
div.DivClassName
{
background-color: #4FA53A;
}
.BgClassName
{
background-color: #4FA53A;
}
</style>
border-color css
<style>
span { border-color: #4FA53A; }
span { border-color: rgb(79,165,58); }
td.TdClassName
{
border-color: #4FA53A;
}
.TagClassName
{
border-color: #4FA53A;
}
</style>