Shades of Apple #4FC142
Tints of Apple #4FC142
RGB
CMYK
RGB Variations
Color information
#4FC142 (or 0x4FC142) is known color: Apple. HEX triplet: 4F, C1 and 42. RGB value is (79,193,66). Sum of RGB (Red+Green+Blue) = 79+193+66=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC142 is #B03EBD. Grayscale: #909090. Windows color (decimal): -11550398 or 4374863. OLE color: 4374863.
HSL color Cylindrical-coordinate representation of color #4FC142: hue angle of 113.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FC142 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 66 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.24 |
| HSL | 113.86º | 0.51% | 0.51% | - |
| HSV(B) | 113.86º | 0.66% | 0.76% | - |
| XYZ | 23.28 | 40.2 | 11.69 | - |
| YUV | 144.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 66 | 0.59 | 0 | 0.66 | 0.24 | 113.86 | 0.51 | 0.51 |
| Hex | 4F | C1 | 42 | 3B | 0 | 42 | 18 | 72 | 33 | 33 |
| Octal | 117 | 301 | 102 | 73 | 0 | 102 | 30 | 162 | 63 | 63 |
| Binary | 1001111 | 11000001 | 1000010 | 111011 | 0 | 1000010 | 11000 | 1110010 | 110011 | 110011 |
Color Harmonies of #4FC142
Complementary color
Monochromatic Colors of #4FC142
Black with #4FC142
Text Example
Text Example
White with #4FC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC142; }
p { color: rgb(79,193,66); }
H1.HeaderClassName
{
color: #4FC142;
}
.AnyTagClassName
{
color: #4FC142;
}
</style>
background-color css
<style>
a { background-color: #4FC142; }
a { background-color: rgb(79,193,66); }
div.DivClassName
{
background-color: #4FC142;
}
.BgClassName
{
background-color: #4FC142;
}
</style>
border-color css
<style>
span { border-color: #4FC142; }
span { border-color: rgb(79,193,66); }
td.TdClassName
{
border-color: #4FC142;
}
.TagClassName
{
border-color: #4FC142;
}
</style>