Shades of Apple #4FC649
Tints of Apple #4FC649
RGB
CMYK
RGB Variations
Color information
#4FC649 (or 0x4FC649) is known color: Apple. HEX triplet: 4F, C6 and 49. RGB value is (79,198,73). Sum of RGB (Red+Green+Blue) = 79+198+73=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC649 is #B039B6. Grayscale: #949494. Windows color (decimal): -11549111 or 4834895. OLE color: 4834895.
HSL color Cylindrical-coordinate representation of color #4FC649: hue angle of 117.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FC649 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 198 | 73 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.22 |
| HSL | 117.12º | 0.52% | 0.53% | - |
| HSV(B) | 117.12º | 0.63% | 0.78% | - |
| XYZ | 24.62 | 42.53 | 13.22 | - |
| YUV | 148.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 198 | 73 | 0.60 | 0 | 0.63 | 0.22 | 117.12 | 0.52 | 0.53 |
| Hex | 4F | C6 | 49 | 3C | 0 | 3F | 16 | 75 | 34 | 35 |
| Octal | 117 | 306 | 111 | 74 | 0 | 77 | 26 | 165 | 64 | 65 |
| Binary | 1001111 | 11000110 | 1001001 | 111100 | 0 | 111111 | 10110 | 1110101 | 110100 | 110101 |
Color Harmonies of #4FC649
Complementary color
Monochromatic Colors of #4FC649
Black with #4FC649
Text Example
Text Example
White with #4FC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC649; }
p { color: rgb(79,198,73); }
H1.HeaderClassName
{
color: #4FC649;
}
.AnyTagClassName
{
color: #4FC649;
}
</style>
background-color css
<style>
a { background-color: #4FC649; }
a { background-color: rgb(79,198,73); }
div.DivClassName
{
background-color: #4FC649;
}
.BgClassName
{
background-color: #4FC649;
}
</style>
border-color css
<style>
span { border-color: #4FC649; }
span { border-color: rgb(79,198,73); }
td.TdClassName
{
border-color: #4FC649;
}
.TagClassName
{
border-color: #4FC649;
}
</style>