Shades of Lima #77BC26
Tints of Lima #77BC26
RGB
CMYK
RGB Variations
Color information
#77BC26 (or 0x77BC26) is known color: Lima. HEX triplet: 77, BC and 26. RGB value is (119,188,38). Sum of RGB (Red+Green+Blue) = 119+188+38=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC26 is #8843D9. Grayscale: #969696. Windows color (decimal): -8930266 or 2538615. OLE color: 2538615.
HSL color Cylindrical-coordinate representation of color #77BC26: hue angle of 87.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77BC26 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 38 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.26 |
| HSL | 87.6º | 0.66% | 0.44% | - |
| HSV(B) | 87.6º | 0.8% | 0.74% | - |
| XYZ | 25.94 | 40.03 | 8.19 | - |
| YUV | 150.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 38 | 0.37 | 0 | 0.80 | 0.26 | 87.6 | 0.66 | 0.44 |
| Hex | 77 | BC | 26 | 25 | 0 | 50 | 1A | 58 | 42 | 2C |
| Octal | 167 | 274 | 46 | 45 | 0 | 120 | 32 | 130 | 102 | 54 |
| Binary | 1110111 | 10111100 | 100110 | 100101 | 0 | 1010000 | 11010 | 1011000 | 1000010 | 101100 |
Color Harmonies of #77BC26
Complementary color
Monochromatic Colors of #77BC26
Black with #77BC26
Text Example
Text Example
White with #77BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC26; }
p { color: rgb(119,188,38); }
H1.HeaderClassName
{
color: #77BC26;
}
.AnyTagClassName
{
color: #77BC26;
}
</style>
background-color css
<style>
a { background-color: #77BC26; }
a { background-color: rgb(119,188,38); }
div.DivClassName
{
background-color: #77BC26;
}
.BgClassName
{
background-color: #77BC26;
}
</style>
border-color css
<style>
span { border-color: #77BC26; }
span { border-color: rgb(119,188,38); }
td.TdClassName
{
border-color: #77BC26;
}
.TagClassName
{
border-color: #77BC26;
}
</style>