Shades of Apple #4FBC3A
Tints of Apple #4FBC3A
RGB
CMYK
RGB Variations
Color information
#4FBC3A (or 0x4FBC3A) is known color: Apple. HEX triplet: 4F, BC and 3A. RGB value is (79,188,58). Sum of RGB (Red+Green+Blue) = 79+188+58=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBC3A is #B043C5. Grayscale: #8C8C8C. Windows color (decimal): -11551686 or 3849295. OLE color: 3849295.
HSL color Cylindrical-coordinate representation of color #4FBC3A: hue angle of 110.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FBC3A is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 58 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.26 |
| HSL | 110.31º | 0.53% | 0.48% | - |
| HSV(B) | 110.31º | 0.69% | 0.74% | - |
| XYZ | 21.97 | 37.93 | 10.17 | - |
| YUV | 140.59 | 81.39 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 58 | 0.58 | 0 | 0.69 | 0.26 | 110.31 | 0.53 | 0.48 |
| Hex | 4F | BC | 3A | 3A | 0 | 45 | 1A | 6E | 35 | 30 |
| Octal | 117 | 274 | 72 | 72 | 0 | 105 | 32 | 156 | 65 | 60 |
| Binary | 1001111 | 10111100 | 111010 | 111010 | 0 | 1000101 | 11010 | 1101110 | 110101 | 110000 |
Color Harmonies of #4FBC3A
Complementary color
Monochromatic Colors of #4FBC3A
Black with #4FBC3A
Text Example
Text Example
White with #4FBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC3A; }
p { color: rgb(79,188,58); }
H1.HeaderClassName
{
color: #4FBC3A;
}
.AnyTagClassName
{
color: #4FBC3A;
}
</style>
background-color css
<style>
a { background-color: #4FBC3A; }
a { background-color: rgb(79,188,58); }
div.DivClassName
{
background-color: #4FBC3A;
}
.BgClassName
{
background-color: #4FBC3A;
}
</style>
border-color css
<style>
span { border-color: #4FBC3A; }
span { border-color: rgb(79,188,58); }
td.TdClassName
{
border-color: #4FBC3A;
}
.TagClassName
{
border-color: #4FBC3A;
}
</style>