Shades of Lima #77C123
Tints of Lima #77C123
RGB
CMYK
RGB Variations
Color information
#77C123 (or 0x77C123) is known color: Lima. HEX triplet: 77, C1 and 23. RGB value is (119,193,35). Sum of RGB (Red+Green+Blue) = 119+193+35=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #77C123 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C123 is #883EDC. Grayscale: #999999. Windows color (decimal): -8928989 or 2343287. OLE color: 2343287.
HSL color Cylindrical-coordinate representation of color #77C123: hue angle of 88.1º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77C123 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 35 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.24 |
| HSL | 88.1º | 0.69% | 0.45% | - |
| HSV(B) | 88.1º | 0.82% | 0.76% | - |
| XYZ | 26.98 | 42.18 | 8.31 | - |
| YUV | 152.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 35 | 0.38 | 0 | 0.82 | 0.24 | 88.1 | 0.69 | 0.45 |
| Hex | 77 | C1 | 23 | 26 | 0 | 52 | 18 | 58 | 45 | 2D |
| Octal | 167 | 301 | 43 | 46 | 0 | 122 | 30 | 130 | 105 | 55 |
| Binary | 1110111 | 11000001 | 100011 | 100110 | 0 | 1010010 | 11000 | 1011000 | 1000101 | 101101 |
Color Harmonies of #77C123
Complementary color
Monochromatic Colors of #77C123
Black with #77C123
Text Example
Text Example
White with #77C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C123; }
p { color: rgb(119,193,35); }
H1.HeaderClassName
{
color: #77C123;
}
.AnyTagClassName
{
color: #77C123;
}
</style>
background-color css
<style>
a { background-color: #77C123; }
a { background-color: rgb(119,193,35); }
div.DivClassName
{
background-color: #77C123;
}
.BgClassName
{
background-color: #77C123;
}
</style>
border-color css
<style>
span { border-color: #77C123; }
span { border-color: rgb(119,193,35); }
td.TdClassName
{
border-color: #77C123;
}
.TagClassName
{
border-color: #77C123;
}
</style>