Shades of Apple #79BA40
Tints of Apple #79BA40
RGB
CMYK
RGB Variations
Color information
#79BA40 (or 0x79BA40) is known color: Apple. HEX triplet: 79, BA and 40. RGB value is (121,186,64). Sum of RGB (Red+Green+Blue) = 121+186+64=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BA40 is #8645BF. Grayscale: #999999. Windows color (decimal): -8799680 or 4242041. OLE color: 4242041.
HSL color Cylindrical-coordinate representation of color #79BA40: hue angle of 91.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79BA40 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 186 | 64 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.27 |
| HSL | 91.97º | 0.49% | 0.49% | - |
| HSV(B) | 91.97º | 0.66% | 0.73% | - |
| XYZ | 26.37 | 39.55 | 11.1 | - |
| YUV | 152.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 186 | 64 | 0.35 | 0 | 0.66 | 0.27 | 91.97 | 0.49 | 0.49 |
| Hex | 79 | BA | 40 | 23 | 0 | 42 | 1B | 5C | 31 | 31 |
| Octal | 171 | 272 | 100 | 43 | 0 | 102 | 33 | 134 | 61 | 61 |
| Binary | 1111001 | 10111010 | 1000000 | 100011 | 0 | 1000010 | 11011 | 1011100 | 110001 | 110001 |
Color Harmonies of #79BA40
Complementary color
Monochromatic Colors of #79BA40
Black with #79BA40
Text Example
Text Example
White with #79BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BA40; }
p { color: rgb(121,186,64); }
H1.HeaderClassName
{
color: #79BA40;
}
.AnyTagClassName
{
color: #79BA40;
}
</style>
background-color css
<style>
a { background-color: #79BA40; }
a { background-color: rgb(121,186,64); }
div.DivClassName
{
background-color: #79BA40;
}
.BgClassName
{
background-color: #79BA40;
}
</style>
border-color css
<style>
span { border-color: #79BA40; }
span { border-color: rgb(121,186,64); }
td.TdClassName
{
border-color: #79BA40;
}
.TagClassName
{
border-color: #79BA40;
}
</style>