Shades of Lima #77C128
Tints of Lima #77C128
RGB
CMYK
RGB Variations
Color information
#77C128 (or 0x77C128) is known color: Lima. HEX triplet: 77, C1 and 28. RGB value is (119,193,40). Sum of RGB (Red+Green+Blue) = 119+193+40=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #77C128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C128 is #883ED7. Grayscale: #999999. Windows color (decimal): -8928984 or 2670967. OLE color: 2670967.
HSL color Cylindrical-coordinate representation of color #77C128: hue angle of 89.02º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77C128 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 40 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.24 |
| HSL | 89.02º | 0.66% | 0.46% | - |
| HSV(B) | 89.02º | 0.79% | 0.76% | - |
| XYZ | 27.06 | 42.22 | 8.73 | - |
| YUV | 153.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 40 | 0.38 | 0 | 0.79 | 0.24 | 89.02 | 0.66 | 0.46 |
| Hex | 77 | C1 | 28 | 26 | 0 | 4F | 18 | 59 | 42 | 2E |
| Octal | 167 | 301 | 50 | 46 | 0 | 117 | 30 | 131 | 102 | 56 |
| Binary | 1110111 | 11000001 | 101000 | 100110 | 0 | 1001111 | 11000 | 1011001 | 1000010 | 101110 |
Color Harmonies of #77C128
Complementary color
Monochromatic Colors of #77C128
Black with #77C128
Text Example
Text Example
White with #77C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C128; }
p { color: rgb(119,193,40); }
H1.HeaderClassName
{
color: #77C128;
}
.AnyTagClassName
{
color: #77C128;
}
</style>
background-color css
<style>
a { background-color: #77C128; }
a { background-color: rgb(119,193,40); }
div.DivClassName
{
background-color: #77C128;
}
.BgClassName
{
background-color: #77C128;
}
</style>
border-color css
<style>
span { border-color: #77C128; }
span { border-color: rgb(119,193,40); }
td.TdClassName
{
border-color: #77C128;
}
.TagClassName
{
border-color: #77C128;
}
</style>