Shades of Apple #79BA42
Tints of Apple #79BA42
RGB
CMYK
RGB Variations
Color information
#79BA42 (or 0x79BA42) is known color: Apple. HEX triplet: 79, BA and 42. RGB value is (121,186,66). Sum of RGB (Red+Green+Blue) = 121+186+66=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BA42 is #8645BD. Grayscale: #999999. Windows color (decimal): -8799678 or 4373113. OLE color: 4373113.
HSL color Cylindrical-coordinate representation of color #79BA42: hue angle of 92.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79BA42 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 186 | 66 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.27 |
| HSL | 92.5º | 0.48% | 0.49% | - |
| HSV(B) | 92.5º | 0.65% | 0.73% | - |
| XYZ | 26.43 | 39.58 | 11.4 | - |
| YUV | 152.89 | 78.97 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 186 | 66 | 0.35 | 0 | 0.65 | 0.27 | 92.5 | 0.48 | 0.49 |
| Hex | 79 | BA | 42 | 23 | 0 | 41 | 1B | 5C | 30 | 31 |
| Octal | 171 | 272 | 102 | 43 | 0 | 101 | 33 | 134 | 60 | 61 |
| Binary | 1111001 | 10111010 | 1000010 | 100011 | 0 | 1000001 | 11011 | 1011100 | 110000 | 110001 |
Color Harmonies of #79BA42
Complementary color
Monochromatic Colors of #79BA42
Black with #79BA42
Text Example
Text Example
White with #79BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BA42; }
p { color: rgb(121,186,66); }
H1.HeaderClassName
{
color: #79BA42;
}
.AnyTagClassName
{
color: #79BA42;
}
</style>
background-color css
<style>
a { background-color: #79BA42; }
a { background-color: rgb(121,186,66); }
div.DivClassName
{
background-color: #79BA42;
}
.BgClassName
{
background-color: #79BA42;
}
</style>
border-color css
<style>
span { border-color: #79BA42; }
span { border-color: rgb(121,186,66); }
td.TdClassName
{
border-color: #79BA42;
}
.TagClassName
{
border-color: #79BA42;
}
</style>