Shades of Apple #4FC046
Tints of Apple #4FC046
RGB
CMYK
RGB Variations
Color information
#4FC046 (or 0x4FC046) is known color: Apple. HEX triplet: 4F, C0 and 46. RGB value is (79,192,70). Sum of RGB (Red+Green+Blue) = 79+192+70=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC046 is #B03FB9. Grayscale: #909090. Windows color (decimal): -11550650 or 4636751. OLE color: 4636751.
HSL color Cylindrical-coordinate representation of color #4FC046: hue angle of 115.57º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FC046 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 70 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.25 |
| HSL | 115.57º | 0.49% | 0.51% | - |
| HSV(B) | 115.57º | 0.64% | 0.75% | - |
| XYZ | 23.18 | 39.8 | 12.26 | - |
| YUV | 144.31 | 86.06 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 70 | 0.59 | 0 | 0.64 | 0.25 | 115.57 | 0.49 | 0.51 |
| Hex | 4F | C0 | 46 | 3B | 0 | 40 | 19 | 74 | 31 | 33 |
| Octal | 117 | 300 | 106 | 73 | 0 | 100 | 31 | 164 | 61 | 63 |
| Binary | 1001111 | 11000000 | 1000110 | 111011 | 0 | 1000000 | 11001 | 1110100 | 110001 | 110011 |
Color Harmonies of #4FC046
Complementary color
Monochromatic Colors of #4FC046
Black with #4FC046
Text Example
Text Example
White with #4FC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC046; }
p { color: rgb(79,192,70); }
H1.HeaderClassName
{
color: #4FC046;
}
.AnyTagClassName
{
color: #4FC046;
}
</style>
background-color css
<style>
a { background-color: #4FC046; }
a { background-color: rgb(79,192,70); }
div.DivClassName
{
background-color: #4FC046;
}
.BgClassName
{
background-color: #4FC046;
}
</style>
border-color css
<style>
span { border-color: #4FC046; }
span { border-color: rgb(79,192,70); }
td.TdClassName
{
border-color: #4FC046;
}
.TagClassName
{
border-color: #4FC046;
}
</style>