Shades of Lima #79B639
Tints of Lima #79B639
RGB
CMYK
RGB Variations
Color information
#79B639 (or 0x79B639) is known color: Lima. HEX triplet: 79, B6 and 39. RGB value is (121,182,57). Sum of RGB (Red+Green+Blue) = 121+182+57=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #79B639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B639 is #8649C6. Grayscale: #959595. Windows color (decimal): -8800711 or 3782265. OLE color: 3782265.
HSL color Cylindrical-coordinate representation of color #79B639: hue angle of 89.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79B639 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 182 | 57 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.29 |
| HSL | 89.28º | 0.52% | 0.47% | - |
| HSV(B) | 89.28º | 0.69% | 0.71% | - |
| XYZ | 25.35 | 37.82 | 9.83 | - |
| YUV | 149.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 182 | 57 | 0.34 | 0 | 0.69 | 0.29 | 89.28 | 0.52 | 0.47 |
| Hex | 79 | B6 | 39 | 22 | 0 | 45 | 1D | 59 | 34 | 2F |
| Octal | 171 | 266 | 71 | 42 | 0 | 105 | 35 | 131 | 64 | 57 |
| Binary | 1111001 | 10110110 | 111001 | 100010 | 0 | 1000101 | 11101 | 1011001 | 110100 | 101111 |
Color Harmonies of #79B639
Complementary color
Monochromatic Colors of #79B639
Black with #79B639
Text Example
Text Example
White with #79B639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B639; }
p { color: rgb(121,182,57); }
H1.HeaderClassName
{
color: #79B639;
}
.AnyTagClassName
{
color: #79B639;
}
</style>
background-color css
<style>
a { background-color: #79B639; }
a { background-color: rgb(121,182,57); }
div.DivClassName
{
background-color: #79B639;
}
.BgClassName
{
background-color: #79B639;
}
</style>
border-color css
<style>
span { border-color: #79B639; }
span { border-color: rgb(121,182,57); }
td.TdClassName
{
border-color: #79B639;
}
.TagClassName
{
border-color: #79B639;
}
</style>