Shades of Apple #4FBC45
Tints of Apple #4FBC45
RGB
CMYK
RGB Variations
Color information
#4FBC45 (or 0x4FBC45) is known color: Apple. HEX triplet: 4F, BC and 45. RGB value is (79,188,69). Sum of RGB (Red+Green+Blue) = 79+188+69=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBC45 is #B043BA. Grayscale: #8E8E8E. Windows color (decimal): -11551675 or 4570191. OLE color: 4570191.
HSL color Cylindrical-coordinate representation of color #4FBC45: hue angle of 114.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FBC45 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 69 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.26 |
| HSL | 114.96º | 0.47% | 0.5% | - |
| HSV(B) | 114.96º | 0.63% | 0.74% | - |
| XYZ | 22.28 | 38.06 | 11.8 | - |
| YUV | 141.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 69 | 0.58 | 0 | 0.63 | 0.26 | 114.96 | 0.47 | 0.5 |
| Hex | 4F | BC | 45 | 3A | 0 | 3F | 1A | 73 | 2F | 32 |
| Octal | 117 | 274 | 105 | 72 | 0 | 77 | 32 | 163 | 57 | 62 |
| Binary | 1001111 | 10111100 | 1000101 | 111010 | 0 | 111111 | 11010 | 1110011 | 101111 | 110010 |
Color Harmonies of #4FBC45
Complementary color
Monochromatic Colors of #4FBC45
Black with #4FBC45
Text Example
Text Example
White with #4FBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC45; }
p { color: rgb(79,188,69); }
H1.HeaderClassName
{
color: #4FBC45;
}
.AnyTagClassName
{
color: #4FBC45;
}
</style>
background-color css
<style>
a { background-color: #4FBC45; }
a { background-color: rgb(79,188,69); }
div.DivClassName
{
background-color: #4FBC45;
}
.BgClassName
{
background-color: #4FBC45;
}
</style>
border-color css
<style>
span { border-color: #4FBC45; }
span { border-color: rgb(79,188,69); }
td.TdClassName
{
border-color: #4FBC45;
}
.TagClassName
{
border-color: #4FBC45;
}
</style>