Shades of Lima #77C032
Tints of Lima #77C032
RGB
CMYK
RGB Variations
Color information
#77C032 (or 0x77C032) is known color: Lima. HEX triplet: 77, C0 and 32. RGB value is (119,192,50). Sum of RGB (Red+Green+Blue) = 119+192+50=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #77C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C032 is #883FCD. Grayscale: #9A9A9A. Windows color (decimal): -8929230 or 3326071. OLE color: 3326071.
HSL color Cylindrical-coordinate representation of color #77C032: hue angle of 90.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77C032 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 50 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.25 |
| HSL | 90.85º | 0.59% | 0.47% | - |
| HSV(B) | 90.85º | 0.74% | 0.75% | - |
| XYZ | 27.03 | 41.85 | 9.67 | - |
| YUV | 153.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 50 | 0.38 | 0 | 0.74 | 0.25 | 90.85 | 0.59 | 0.47 |
| Hex | 77 | C0 | 32 | 26 | 0 | 4A | 19 | 5B | 3B | 2F |
| Octal | 167 | 300 | 62 | 46 | 0 | 112 | 31 | 133 | 73 | 57 |
| Binary | 1110111 | 11000000 | 110010 | 100110 | 0 | 1001010 | 11001 | 1011011 | 111011 | 101111 |
Color Harmonies of #77C032
Complementary color
Monochromatic Colors of #77C032
Black with #77C032
Text Example
Text Example
White with #77C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C032; }
p { color: rgb(119,192,50); }
H1.HeaderClassName
{
color: #77C032;
}
.AnyTagClassName
{
color: #77C032;
}
</style>
background-color css
<style>
a { background-color: #77C032; }
a { background-color: rgb(119,192,50); }
div.DivClassName
{
background-color: #77C032;
}
.BgClassName
{
background-color: #77C032;
}
</style>
border-color css
<style>
span { border-color: #77C032; }
span { border-color: rgb(119,192,50); }
td.TdClassName
{
border-color: #77C032;
}
.TagClassName
{
border-color: #77C032;
}
</style>