Shades of Apple #4FC74A
Tints of Apple #4FC74A
RGB
CMYK
RGB Variations
Color information
#4FC74A (or 0x4FC74A) is known color: Apple. HEX triplet: 4F, C7 and 4A. RGB value is (79,199,74). Sum of RGB (Red+Green+Blue) = 79+199+74=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #4FC74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC74A is #B038B5. Grayscale: #959595. Windows color (decimal): -11548854 or 4900687. OLE color: 4900687.
HSL color Cylindrical-coordinate representation of color #4FC74A: hue angle of 117.6º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FC74A is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 199 | 74 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.22 |
| HSL | 117.6º | 0.53% | 0.54% | - |
| HSV(B) | 117.6º | 0.63% | 0.78% | - |
| XYZ | 24.88 | 43 | 13.47 | - |
| YUV | 148.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 199 | 74 | 0.60 | 0 | 0.63 | 0.22 | 117.6 | 0.53 | 0.54 |
| Hex | 4F | C7 | 4A | 3C | 0 | 3F | 16 | 76 | 35 | 36 |
| Octal | 117 | 307 | 112 | 74 | 0 | 77 | 26 | 166 | 65 | 66 |
| Binary | 1001111 | 11000111 | 1001010 | 111100 | 0 | 111111 | 10110 | 1110110 | 110101 | 110110 |
Color Harmonies of #4FC74A
Complementary color
Monochromatic Colors of #4FC74A
Black with #4FC74A
Text Example
Text Example
White with #4FC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC74A; }
p { color: rgb(79,199,74); }
H1.HeaderClassName
{
color: #4FC74A;
}
.AnyTagClassName
{
color: #4FC74A;
}
</style>
background-color css
<style>
a { background-color: #4FC74A; }
a { background-color: rgb(79,199,74); }
div.DivClassName
{
background-color: #4FC74A;
}
.BgClassName
{
background-color: #4FC74A;
}
</style>
border-color css
<style>
span { border-color: #4FC74A; }
span { border-color: rgb(79,199,74); }
td.TdClassName
{
border-color: #4FC74A;
}
.TagClassName
{
border-color: #4FC74A;
}
</style>