Shades of Lima #77C51C
Tints of Lima #77C51C
RGB
CMYK
RGB Variations
Color information
#77C51C (or 0x77C51C) is known color: Lima. HEX triplet: 77, C5 and 1C. RGB value is (119,197,28). Sum of RGB (Red+Green+Blue) = 119+197+28=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #77C51C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C51C is #883AE3. Grayscale: #9B9B9B. Windows color (decimal): -8927972 or 1885559. OLE color: 1885559.
HSL color Cylindrical-coordinate representation of color #77C51C: hue angle of 87.69º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77C51C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 28 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.23 |
| HSL | 87.69º | 0.75% | 0.44% | - |
| HSV(B) | 87.69º | 0.86% | 0.77% | - |
| XYZ | 27.78 | 43.94 | 8.12 | - |
| YUV | 154.41 | 56.66 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 28 | 0.40 | 0 | 0.86 | 0.23 | 87.69 | 0.75 | 0.44 |
| Hex | 77 | C5 | 1C | 28 | 0 | 56 | 17 | 58 | 4B | 2C |
| Octal | 167 | 305 | 34 | 50 | 0 | 126 | 27 | 130 | 113 | 54 |
| Binary | 1110111 | 11000101 | 11100 | 101000 | 0 | 1010110 | 10111 | 1011000 | 1001011 | 101100 |
Color Harmonies of #77C51C
Complementary color
Monochromatic Colors of #77C51C
Black with #77C51C
Text Example
Text Example
White with #77C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C51C; }
p { color: rgb(119,197,28); }
H1.HeaderClassName
{
color: #77C51C;
}
.AnyTagClassName
{
color: #77C51C;
}
</style>
background-color css
<style>
a { background-color: #77C51C; }
a { background-color: rgb(119,197,28); }
div.DivClassName
{
background-color: #77C51C;
}
.BgClassName
{
background-color: #77C51C;
}
</style>
border-color css
<style>
span { border-color: #77C51C; }
span { border-color: rgb(119,197,28); }
td.TdClassName
{
border-color: #77C51C;
}
.TagClassName
{
border-color: #77C51C;
}
</style>