Shades of Lima #77B230
Tints of Lima #77B230
RGB
CMYK
RGB Variations
Color information
#77B230 (or 0x77B230) is known color: Lima. HEX triplet: 77, B2 and 30. RGB value is (119,178,48). Sum of RGB (Red+Green+Blue) = 119+178+48=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #77B230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B230 is #884DCF. Grayscale: #929292. Windows color (decimal): -8932816 or 3191415. OLE color: 3191415.
HSL color Cylindrical-coordinate representation of color #77B230: hue angle of 87.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77B230 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 178 | 48 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.30 |
| HSL | 87.23º | 0.58% | 0.44% | - |
| HSV(B) | 87.23º | 0.73% | 0.7% | - |
| XYZ | 24.06 | 35.98 | 8.47 | - |
| YUV | 145.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 48 | 0.33 | 0 | 0.73 | 0.30 | 87.23 | 0.58 | 0.44 |
| Hex | 77 | B2 | 30 | 21 | 0 | 49 | 1E | 57 | 3A | 2C |
| Octal | 167 | 262 | 60 | 41 | 0 | 111 | 36 | 127 | 72 | 54 |
| Binary | 1110111 | 10110010 | 110000 | 100001 | 0 | 1001001 | 11110 | 1010111 | 111010 | 101100 |
Color Harmonies of #77B230
Complementary color
Monochromatic Colors of #77B230
Black with #77B230
Text Example
Text Example
White with #77B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B230; }
p { color: rgb(119,178,48); }
H1.HeaderClassName
{
color: #77B230;
}
.AnyTagClassName
{
color: #77B230;
}
</style>
background-color css
<style>
a { background-color: #77B230; }
a { background-color: rgb(119,178,48); }
div.DivClassName
{
background-color: #77B230;
}
.BgClassName
{
background-color: #77B230;
}
</style>
border-color css
<style>
span { border-color: #77B230; }
span { border-color: rgb(119,178,48); }
td.TdClassName
{
border-color: #77B230;
}
.TagClassName
{
border-color: #77B230;
}
</style>