Shades of Apple #4FB641
Tints of Apple #4FB641
RGB
CMYK
RGB Variations
Color information
#4FB641 (or 0x4FB641) is known color: Apple. HEX triplet: 4F, B6 and 41. RGB value is (79,182,65). Sum of RGB (Red+Green+Blue) = 79+182+65=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #4FB641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FB641 is #B049BE. Grayscale: #8A8A8A. Windows color (decimal): -11553215 or 4306511. OLE color: 4306511.
HSL color Cylindrical-coordinate representation of color #4FB641: hue angle of 112.82º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FB641 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 182 | 65 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.29 |
| HSL | 112.82º | 0.47% | 0.48% | - |
| HSV(B) | 112.82º | 0.64% | 0.71% | - |
| XYZ | 20.91 | 35.5 | 10.75 | - |
| YUV | 137.87 | 86.88 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 182 | 65 | 0.57 | 0 | 0.64 | 0.29 | 112.82 | 0.47 | 0.48 |
| Hex | 4F | B6 | 41 | 39 | 0 | 40 | 1D | 71 | 2F | 30 |
| Octal | 117 | 266 | 101 | 71 | 0 | 100 | 35 | 161 | 57 | 60 |
| Binary | 1001111 | 10110110 | 1000001 | 111001 | 0 | 1000000 | 11101 | 1110001 | 101111 | 110000 |
Color Harmonies of #4FB641
Complementary color
Monochromatic Colors of #4FB641
Black with #4FB641
Text Example
Text Example
White with #4FB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB641; }
p { color: rgb(79,182,65); }
H1.HeaderClassName
{
color: #4FB641;
}
.AnyTagClassName
{
color: #4FB641;
}
</style>
background-color css
<style>
a { background-color: #4FB641; }
a { background-color: rgb(79,182,65); }
div.DivClassName
{
background-color: #4FB641;
}
.BgClassName
{
background-color: #4FB641;
}
</style>
border-color css
<style>
span { border-color: #4FB641; }
span { border-color: rgb(79,182,65); }
td.TdClassName
{
border-color: #4FB641;
}
.TagClassName
{
border-color: #4FB641;
}
</style>