Shades of Apple #4FBC42
Tints of Apple #4FBC42
RGB
CMYK
RGB Variations
Color information
#4FBC42 (or 0x4FBC42) is known color: Apple. HEX triplet: 4F, BC and 42. RGB value is (79,188,66). Sum of RGB (Red+Green+Blue) = 79+188+66=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBC42 is #B043BD. Grayscale: #8D8D8D. Windows color (decimal): -11551678 or 4373583. OLE color: 4373583.
HSL color Cylindrical-coordinate representation of color #4FBC42: hue angle of 113.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FBC42 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 66 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.26 |
| HSL | 113.61º | 0.48% | 0.5% | - |
| HSV(B) | 113.61º | 0.65% | 0.74% | - |
| XYZ | 22.19 | 38.02 | 11.32 | - |
| YUV | 141.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 66 | 0.58 | 0 | 0.65 | 0.26 | 113.61 | 0.48 | 0.5 |
| Hex | 4F | BC | 42 | 3A | 0 | 41 | 1A | 72 | 30 | 32 |
| Octal | 117 | 274 | 102 | 72 | 0 | 101 | 32 | 162 | 60 | 62 |
| Binary | 1001111 | 10111100 | 1000010 | 111010 | 0 | 1000001 | 11010 | 1110010 | 110000 | 110010 |
Color Harmonies of #4FBC42
Complementary color
Monochromatic Colors of #4FBC42
Black with #4FBC42
Text Example
Text Example
White with #4FBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC42; }
p { color: rgb(79,188,66); }
H1.HeaderClassName
{
color: #4FBC42;
}
.AnyTagClassName
{
color: #4FBC42;
}
</style>
background-color css
<style>
a { background-color: #4FBC42; }
a { background-color: rgb(79,188,66); }
div.DivClassName
{
background-color: #4FBC42;
}
.BgClassName
{
background-color: #4FBC42;
}
</style>
border-color css
<style>
span { border-color: #4FBC42; }
span { border-color: rgb(79,188,66); }
td.TdClassName
{
border-color: #4FBC42;
}
.TagClassName
{
border-color: #4FBC42;
}
</style>