Shades of Apple #4FAB34
Tints of Apple #4FAB34
RGB
CMYK
RGB Variations
Color information
#4FAB34 (or 0x4FAB34) is known color: Apple. HEX triplet: 4F, AB and 34. RGB value is (79,171,52). Sum of RGB (Red+Green+Blue) = 79+171+52=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAB34 is #B054CB. Grayscale: #828282. Windows color (decimal): -11556044 or 3451727. OLE color: 3451727.
HSL color Cylindrical-coordinate representation of color #4FAB34: hue angle of 106.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FAB34 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 52 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.33 |
| HSL | 106.39º | 0.53% | 0.44% | - |
| HSV(B) | 106.39º | 0.7% | 0.67% | - |
| XYZ | 18.41 | 31.04 | 8.27 | - |
| YUV | 129.93 | 84.02 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 52 | 0.54 | 0 | 0.70 | 0.33 | 106.39 | 0.53 | 0.44 |
| Hex | 4F | AB | 34 | 36 | 0 | 46 | 21 | 6A | 35 | 2C |
| Octal | 117 | 253 | 64 | 66 | 0 | 106 | 41 | 152 | 65 | 54 |
| Binary | 1001111 | 10101011 | 110100 | 110110 | 0 | 1000110 | 100001 | 1101010 | 110101 | 101100 |
Color Harmonies of #4FAB34
Complementary color
Monochromatic Colors of #4FAB34
Black with #4FAB34
Text Example
Text Example
White with #4FAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB34; }
p { color: rgb(79,171,52); }
H1.HeaderClassName
{
color: #4FAB34;
}
.AnyTagClassName
{
color: #4FAB34;
}
</style>
background-color css
<style>
a { background-color: #4FAB34; }
a { background-color: rgb(79,171,52); }
div.DivClassName
{
background-color: #4FAB34;
}
.BgClassName
{
background-color: #4FAB34;
}
</style>
border-color css
<style>
span { border-color: #4FAB34; }
span { border-color: rgb(79,171,52); }
td.TdClassName
{
border-color: #4FAB34;
}
.TagClassName
{
border-color: #4FAB34;
}
</style>