Shades of Lima #77C71B
Tints of Lima #77C71B
RGB
CMYK
RGB Variations
Color information
#77C71B (or 0x77C71B) is known color: Lima. HEX triplet: 77, C7 and 1B. RGB value is (119,199,27). Sum of RGB (Red+Green+Blue) = 119+199+27=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #77C71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C71B is #8838E4. Grayscale: #9C9C9C. Windows color (decimal): -8927461 or 1820535. OLE color: 1820535.
HSL color Cylindrical-coordinate representation of color #77C71B: hue angle of 87.91º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77C71B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 27 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.22 |
| HSL | 87.91º | 0.76% | 0.44% | - |
| HSV(B) | 87.91º | 0.86% | 0.78% | - |
| XYZ | 28.23 | 44.85 | 8.21 | - |
| YUV | 155.47 | 55.5 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 27 | 0.40 | 0 | 0.86 | 0.22 | 87.91 | 0.76 | 0.44 |
| Hex | 77 | C7 | 1B | 28 | 0 | 56 | 16 | 58 | 4C | 2C |
| Octal | 167 | 307 | 33 | 50 | 0 | 126 | 26 | 130 | 114 | 54 |
| Binary | 1110111 | 11000111 | 11011 | 101000 | 0 | 1010110 | 10110 | 1011000 | 1001100 | 101100 |
Color Harmonies of #77C71B
Complementary color
Monochromatic Colors of #77C71B
Black with #77C71B
Text Example
Text Example
White with #77C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C71B; }
p { color: rgb(119,199,27); }
H1.HeaderClassName
{
color: #77C71B;
}
.AnyTagClassName
{
color: #77C71B;
}
</style>
background-color css
<style>
a { background-color: #77C71B; }
a { background-color: rgb(119,199,27); }
div.DivClassName
{
background-color: #77C71B;
}
.BgClassName
{
background-color: #77C71B;
}
</style>
border-color css
<style>
span { border-color: #77C71B; }
span { border-color: rgb(119,199,27); }
td.TdClassName
{
border-color: #77C71B;
}
.TagClassName
{
border-color: #77C71B;
}
</style>