Shades of Lima #77BE0F
Tints of Lima #77BE0F
RGB
CMYK
RGB Variations
Color information
#77BE0F (or 0x77BE0F) is known color: Lima. HEX triplet: 77, BE and 0F. RGB value is (119,190,15). Sum of RGB (Red+Green+Blue) = 119+190+15=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BE0F is #8841F0. Grayscale: #959595. Windows color (decimal): -8929777 or 1031799. OLE color: 1031799.
HSL color Cylindrical-coordinate representation of color #77BE0F: hue angle of 84.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77BE0F is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 15 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.25 |
| HSL | 84.34º | 0.85% | 0.4% | - |
| HSV(B) | 84.34º | 0.92% | 0.75% | - |
| XYZ | 26.11 | 40.78 | 6.95 | - |
| YUV | 148.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 15 | 0.37 | 0 | 0.92 | 0.25 | 84.34 | 0.85 | 0.4 |
| Hex | 77 | BE | F | 25 | 0 | 5C | 19 | 54 | 55 | 28 |
| Octal | 167 | 276 | 17 | 45 | 0 | 134 | 31 | 124 | 125 | 50 |
| Binary | 1110111 | 10111110 | 1111 | 100101 | 0 | 1011100 | 11001 | 1010100 | 1010101 | 101000 |
Color Harmonies of #77BE0F
Complementary color
Monochromatic Colors of #77BE0F
Black with #77BE0F
Text Example
Text Example
White with #77BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE0F; }
p { color: rgb(119,190,15); }
H1.HeaderClassName
{
color: #77BE0F;
}
.AnyTagClassName
{
color: #77BE0F;
}
</style>
background-color css
<style>
a { background-color: #77BE0F; }
a { background-color: rgb(119,190,15); }
div.DivClassName
{
background-color: #77BE0F;
}
.BgClassName
{
background-color: #77BE0F;
}
</style>
border-color css
<style>
span { border-color: #77BE0F; }
span { border-color: rgb(119,190,15); }
td.TdClassName
{
border-color: #77BE0F;
}
.TagClassName
{
border-color: #77BE0F;
}
</style>