Shades of Apple #4FAE3D
Tints of Apple #4FAE3D
RGB
CMYK
RGB Variations
Color information
#4FAE3D (or 0x4FAE3D) is known color: Apple. HEX triplet: 4F, AE and 3D. RGB value is (79,174,61). Sum of RGB (Red+Green+Blue) = 79+174+61=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAE3D is #B051C2. Grayscale: #858585. Windows color (decimal): -11555267 or 4042319. OLE color: 4042319.
HSL color Cylindrical-coordinate representation of color #4FAE3D: hue angle of 110.44º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FAE3D is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 61 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.32 |
| HSL | 110.44º | 0.48% | 0.46% | - |
| HSV(B) | 110.44º | 0.65% | 0.68% | - |
| XYZ | 19.2 | 32.27 | 9.63 | - |
| YUV | 132.71 | 87.53 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 61 | 0.55 | 0 | 0.65 | 0.32 | 110.44 | 0.48 | 0.46 |
| Hex | 4F | AE | 3D | 37 | 0 | 41 | 20 | 6E | 30 | 2E |
| Octal | 117 | 256 | 75 | 67 | 0 | 101 | 40 | 156 | 60 | 56 |
| Binary | 1001111 | 10101110 | 111101 | 110111 | 0 | 1000001 | 100000 | 1101110 | 110000 | 101110 |
Color Harmonies of #4FAE3D
Complementary color
Monochromatic Colors of #4FAE3D
Black with #4FAE3D
Text Example
Text Example
White with #4FAE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE3D; }
p { color: rgb(79,174,61); }
H1.HeaderClassName
{
color: #4FAE3D;
}
.AnyTagClassName
{
color: #4FAE3D;
}
</style>
background-color css
<style>
a { background-color: #4FAE3D; }
a { background-color: rgb(79,174,61); }
div.DivClassName
{
background-color: #4FAE3D;
}
.BgClassName
{
background-color: #4FAE3D;
}
</style>
border-color css
<style>
span { border-color: #4FAE3D; }
span { border-color: rgb(79,174,61); }
td.TdClassName
{
border-color: #4FAE3D;
}
.TagClassName
{
border-color: #4FAE3D;
}
</style>