Shades of Apple #4FC748
Tints of Apple #4FC748
RGB
CMYK
RGB Variations
Color information
#4FC748 (or 0x4FC748) is known color: Apple. HEX triplet: 4F, C7 and 48. RGB value is (79,199,72). Sum of RGB (Red+Green+Blue) = 79+199+72=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #4FC748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC748 is #B038B7. Grayscale: #959595. Windows color (decimal): -11548856 or 4769615. OLE color: 4769615.
HSL color Cylindrical-coordinate representation of color #4FC748: hue angle of 116.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FC748 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 199 | 72 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.22 |
| HSL | 116.69º | 0.53% | 0.53% | - |
| HSV(B) | 116.69º | 0.64% | 0.78% | - |
| XYZ | 24.82 | 42.98 | 13.12 | - |
| YUV | 148.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 199 | 72 | 0.60 | 0 | 0.64 | 0.22 | 116.69 | 0.53 | 0.53 |
| Hex | 4F | C7 | 48 | 3C | 0 | 40 | 16 | 75 | 35 | 35 |
| Octal | 117 | 307 | 110 | 74 | 0 | 100 | 26 | 165 | 65 | 65 |
| Binary | 1001111 | 11000111 | 1001000 | 111100 | 0 | 1000000 | 10110 | 1110101 | 110101 | 110101 |
Color Harmonies of #4FC748
Complementary color
Monochromatic Colors of #4FC748
Black with #4FC748
Text Example
Text Example
White with #4FC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC748; }
p { color: rgb(79,199,72); }
H1.HeaderClassName
{
color: #4FC748;
}
.AnyTagClassName
{
color: #4FC748;
}
</style>
background-color css
<style>
a { background-color: #4FC748; }
a { background-color: rgb(79,199,72); }
div.DivClassName
{
background-color: #4FC748;
}
.BgClassName
{
background-color: #4FC748;
}
</style>
border-color css
<style>
span { border-color: #4FC748; }
span { border-color: rgb(79,199,72); }
td.TdClassName
{
border-color: #4FC748;
}
.TagClassName
{
border-color: #4FC748;
}
</style>