Shades of Lima #77BE1B
Tints of Lima #77BE1B
RGB
CMYK
RGB Variations
Color information
#77BE1B (or 0x77BE1B) is known color: Lima. HEX triplet: 77, BE and 1B. RGB value is (119,190,27). Sum of RGB (Red+Green+Blue) = 119+190+27=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BE1B is #8841E4. Grayscale: #969696. Windows color (decimal): -8929765 or 1818231. OLE color: 1818231.
HSL color Cylindrical-coordinate representation of color #77BE1B: hue angle of 86.13º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77BE1B is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 27 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.25 |
| HSL | 86.13º | 0.75% | 0.43% | - |
| HSV(B) | 86.13º | 0.86% | 0.75% | - |
| XYZ | 26.22 | 40.83 | 7.54 | - |
| YUV | 150.19 | 58.48 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 27 | 0.37 | 0 | 0.86 | 0.25 | 86.13 | 0.75 | 0.43 |
| Hex | 77 | BE | 1B | 25 | 0 | 56 | 19 | 56 | 4B | 2B |
| Octal | 167 | 276 | 33 | 45 | 0 | 126 | 31 | 126 | 113 | 53 |
| Binary | 1110111 | 10111110 | 11011 | 100101 | 0 | 1010110 | 11001 | 1010110 | 1001011 | 101011 |
Color Harmonies of #77BE1B
Complementary color
Monochromatic Colors of #77BE1B
Black with #77BE1B
Text Example
Text Example
White with #77BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE1B; }
p { color: rgb(119,190,27); }
H1.HeaderClassName
{
color: #77BE1B;
}
.AnyTagClassName
{
color: #77BE1B;
}
</style>
background-color css
<style>
a { background-color: #77BE1B; }
a { background-color: rgb(119,190,27); }
div.DivClassName
{
background-color: #77BE1B;
}
.BgClassName
{
background-color: #77BE1B;
}
</style>
border-color css
<style>
span { border-color: #77BE1B; }
span { border-color: rgb(119,190,27); }
td.TdClassName
{
border-color: #77BE1B;
}
.TagClassName
{
border-color: #77BE1B;
}
</style>