Shades of Lima #77B71F
Tints of Lima #77B71F
RGB
CMYK
RGB Variations
Color information
#77B71F (or 0x77B71F) is known color: Lima. HEX triplet: 77, B7 and 1F. RGB value is (119,183,31). Sum of RGB (Red+Green+Blue) = 119+183+31=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #77B71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B71F is #8848E0. Grayscale: #939393. Windows color (decimal): -8931553 or 2078583. OLE color: 2078583.
HSL color Cylindrical-coordinate representation of color #77B71F: hue angle of 85.26º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77B71F is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 31 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.28 |
| HSL | 85.26º | 0.71% | 0.42% | - |
| HSV(B) | 85.26º | 0.83% | 0.72% | - |
| XYZ | 24.79 | 37.89 | 7.3 | - |
| YUV | 146.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 31 | 0.35 | 0 | 0.83 | 0.28 | 85.26 | 0.71 | 0.42 |
| Hex | 77 | B7 | 1F | 23 | 0 | 53 | 1C | 55 | 47 | 2A |
| Octal | 167 | 267 | 37 | 43 | 0 | 123 | 34 | 125 | 107 | 52 |
| Binary | 1110111 | 10110111 | 11111 | 100011 | 0 | 1010011 | 11100 | 1010101 | 1000111 | 101010 |
Color Harmonies of #77B71F
Complementary color
Monochromatic Colors of #77B71F
Black with #77B71F
Text Example
Text Example
White with #77B71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B71F; }
p { color: rgb(119,183,31); }
H1.HeaderClassName
{
color: #77B71F;
}
.AnyTagClassName
{
color: #77B71F;
}
</style>
background-color css
<style>
a { background-color: #77B71F; }
a { background-color: rgb(119,183,31); }
div.DivClassName
{
background-color: #77B71F;
}
.BgClassName
{
background-color: #77B71F;
}
</style>
border-color css
<style>
span { border-color: #77B71F; }
span { border-color: rgb(119,183,31); }
td.TdClassName
{
border-color: #77B71F;
}
.TagClassName
{
border-color: #77B71F;
}
</style>