Shades of Apple #4FAA34
Tints of Apple #4FAA34
RGB
CMYK
RGB Variations
Color information
#4FAA34 (or 0x4FAA34) is known color: Apple. HEX triplet: 4F, AA and 34. RGB value is (79,170,52). Sum of RGB (Red+Green+Blue) = 79+170+52=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAA34 is #B055CB. Grayscale: #818181. Windows color (decimal): -11556300 or 3451471. OLE color: 3451471.
HSL color Cylindrical-coordinate representation of color #4FAA34: hue angle of 106.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FAA34 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 52 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.33 |
| HSL | 106.27º | 0.53% | 0.44% | - |
| HSV(B) | 106.27º | 0.69% | 0.67% | - |
| XYZ | 18.22 | 30.66 | 8.21 | - |
| YUV | 129.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 52 | 0.54 | 0 | 0.69 | 0.33 | 106.27 | 0.53 | 0.44 |
| Hex | 4F | AA | 34 | 36 | 0 | 45 | 21 | 6A | 35 | 2C |
| Octal | 117 | 252 | 64 | 66 | 0 | 105 | 41 | 152 | 65 | 54 |
| Binary | 1001111 | 10101010 | 110100 | 110110 | 0 | 1000101 | 100001 | 1101010 | 110101 | 101100 |
Color Harmonies of #4FAA34
Complementary color
Monochromatic Colors of #4FAA34
Black with #4FAA34
Text Example
Text Example
White with #4FAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA34; }
p { color: rgb(79,170,52); }
H1.HeaderClassName
{
color: #4FAA34;
}
.AnyTagClassName
{
color: #4FAA34;
}
</style>
background-color css
<style>
a { background-color: #4FAA34; }
a { background-color: rgb(79,170,52); }
div.DivClassName
{
background-color: #4FAA34;
}
.BgClassName
{
background-color: #4FAA34;
}
</style>
border-color css
<style>
span { border-color: #4FAA34; }
span { border-color: rgb(79,170,52); }
td.TdClassName
{
border-color: #4FAA34;
}
.TagClassName
{
border-color: #4FAA34;
}
</style>