Shades of Apple #4FBA42
Tints of Apple #4FBA42
RGB
CMYK
RGB Variations
Color information
#4FBA42 (or 0x4FBA42) is known color: Apple. HEX triplet: 4F, BA and 42. RGB value is (79,186,66). Sum of RGB (Red+Green+Blue) = 79+186+66=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBA42 is #B045BD. Grayscale: #8C8C8C. Windows color (decimal): -11552190 or 4373071. OLE color: 4373071.
HSL color Cylindrical-coordinate representation of color #4FBA42: hue angle of 113.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FBA42 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 66 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.27 |
| HSL | 113.5º | 0.48% | 0.49% | - |
| HSV(B) | 113.5º | 0.65% | 0.73% | - |
| XYZ | 21.77 | 37.17 | 11.18 | - |
| YUV | 140.33 | 86.05 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 66 | 0.58 | 0 | 0.65 | 0.27 | 113.5 | 0.48 | 0.49 |
| Hex | 4F | BA | 42 | 3A | 0 | 41 | 1B | 72 | 30 | 31 |
| Octal | 117 | 272 | 102 | 72 | 0 | 101 | 33 | 162 | 60 | 61 |
| Binary | 1001111 | 10111010 | 1000010 | 111010 | 0 | 1000001 | 11011 | 1110010 | 110000 | 110001 |
Color Harmonies of #4FBA42
Complementary color
Monochromatic Colors of #4FBA42
Black with #4FBA42
Text Example
Text Example
White with #4FBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA42; }
p { color: rgb(79,186,66); }
H1.HeaderClassName
{
color: #4FBA42;
}
.AnyTagClassName
{
color: #4FBA42;
}
</style>
background-color css
<style>
a { background-color: #4FBA42; }
a { background-color: rgb(79,186,66); }
div.DivClassName
{
background-color: #4FBA42;
}
.BgClassName
{
background-color: #4FBA42;
}
</style>
border-color css
<style>
span { border-color: #4FBA42; }
span { border-color: rgb(79,186,66); }
td.TdClassName
{
border-color: #4FBA42;
}
.TagClassName
{
border-color: #4FBA42;
}
</style>