Shades of Apple #4FAA3D
Tints of Apple #4FAA3D
RGB
CMYK
RGB Variations
Color information
#4FAA3D (or 0x4FAA3D) is known color: Apple. HEX triplet: 4F, AA and 3D. RGB value is (79,170,61). Sum of RGB (Red+Green+Blue) = 79+170+61=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAA3D is #B055C2. Grayscale: #828282. Windows color (decimal): -11556291 or 4041295. OLE color: 4041295.
HSL color Cylindrical-coordinate representation of color #4FAA3D: hue angle of 110.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FAA3D is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 61 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.33 |
| HSL | 110.09º | 0.47% | 0.45% | - |
| HSV(B) | 110.09º | 0.64% | 0.67% | - |
| XYZ | 18.44 | 30.75 | 9.38 | - |
| YUV | 130.37 | 88.85 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 61 | 0.54 | 0 | 0.64 | 0.33 | 110.09 | 0.47 | 0.45 |
| Hex | 4F | AA | 3D | 36 | 0 | 40 | 21 | 6E | 2F | 2D |
| Octal | 117 | 252 | 75 | 66 | 0 | 100 | 41 | 156 | 57 | 55 |
| Binary | 1001111 | 10101010 | 111101 | 110110 | 0 | 1000000 | 100001 | 1101110 | 101111 | 101101 |
Color Harmonies of #4FAA3D
Complementary color
Monochromatic Colors of #4FAA3D
Black with #4FAA3D
Text Example
Text Example
White with #4FAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA3D; }
p { color: rgb(79,170,61); }
H1.HeaderClassName
{
color: #4FAA3D;
}
.AnyTagClassName
{
color: #4FAA3D;
}
</style>
background-color css
<style>
a { background-color: #4FAA3D; }
a { background-color: rgb(79,170,61); }
div.DivClassName
{
background-color: #4FAA3D;
}
.BgClassName
{
background-color: #4FAA3D;
}
</style>
border-color css
<style>
span { border-color: #4FAA3D; }
span { border-color: rgb(79,170,61); }
td.TdClassName
{
border-color: #4FAA3D;
}
.TagClassName
{
border-color: #4FAA3D;
}
</style>