Shades of Apple #4FBB44
Tints of Apple #4FBB44
RGB
CMYK
RGB Variations
Color information
#4FBB44 (or 0x4FBB44) is known color: Apple. HEX triplet: 4F, BB and 44. RGB value is (79,187,68). Sum of RGB (Red+Green+Blue) = 79+187+68=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBB44 is #B044BB. Grayscale: #8D8D8D. Windows color (decimal): -11551932 or 4504399. OLE color: 4504399.
HSL color Cylindrical-coordinate representation of color #4FBB44: hue angle of 114.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FBB44 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 187 | 68 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.27 |
| HSL | 114.45º | 0.47% | 0.5% | - |
| HSV(B) | 114.45º | 0.64% | 0.73% | - |
| XYZ | 22.04 | 37.62 | 11.57 | - |
| YUV | 141.14 | 86.72 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 68 | 0.58 | 0 | 0.64 | 0.27 | 114.45 | 0.47 | 0.5 |
| Hex | 4F | BB | 44 | 3A | 0 | 40 | 1B | 72 | 2F | 32 |
| Octal | 117 | 273 | 104 | 72 | 0 | 100 | 33 | 162 | 57 | 62 |
| Binary | 1001111 | 10111011 | 1000100 | 111010 | 0 | 1000000 | 11011 | 1110010 | 101111 | 110010 |
Color Harmonies of #4FBB44
Complementary color
Monochromatic Colors of #4FBB44
Black with #4FBB44
Text Example
Text Example
White with #4FBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBB44; }
p { color: rgb(79,187,68); }
H1.HeaderClassName
{
color: #4FBB44;
}
.AnyTagClassName
{
color: #4FBB44;
}
</style>
background-color css
<style>
a { background-color: #4FBB44; }
a { background-color: rgb(79,187,68); }
div.DivClassName
{
background-color: #4FBB44;
}
.BgClassName
{
background-color: #4FBB44;
}
</style>
border-color css
<style>
span { border-color: #4FBB44; }
span { border-color: rgb(79,187,68); }
td.TdClassName
{
border-color: #4FBB44;
}
.TagClassName
{
border-color: #4FBB44;
}
</style>