Shades of Lima #77BD12
Tints of Lima #77BD12
RGB
CMYK
RGB Variations
Color information
#77BD12 (or 0x77BD12) is known color: Lima. HEX triplet: 77, BD and 12. RGB value is (119,189,18). Sum of RGB (Red+Green+Blue) = 119+189+18=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BD12 is #8842ED. Grayscale: #959595. Windows color (decimal): -8930030 or 1228151. OLE color: 1228151.
HSL color Cylindrical-coordinate representation of color #77BD12: hue angle of 84.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77BD12 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 18 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.26 |
| HSL | 84.56º | 0.83% | 0.41% | - |
| HSV(B) | 84.56º | 0.9% | 0.74% | - |
| XYZ | 25.91 | 40.36 | 7 | - |
| YUV | 148.58 | 54.31 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 18 | 0.37 | 0 | 0.90 | 0.26 | 84.56 | 0.83 | 0.41 |
| Hex | 77 | BD | 12 | 25 | 0 | 5A | 1A | 55 | 53 | 29 |
| Octal | 167 | 275 | 22 | 45 | 0 | 132 | 32 | 125 | 123 | 51 |
| Binary | 1110111 | 10111101 | 10010 | 100101 | 0 | 1011010 | 11010 | 1010101 | 1010011 | 101001 |
Color Harmonies of #77BD12
Complementary color
Monochromatic Colors of #77BD12
Black with #77BD12
Text Example
Text Example
White with #77BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD12; }
p { color: rgb(119,189,18); }
H1.HeaderClassName
{
color: #77BD12;
}
.AnyTagClassName
{
color: #77BD12;
}
</style>
background-color css
<style>
a { background-color: #77BD12; }
a { background-color: rgb(119,189,18); }
div.DivClassName
{
background-color: #77BD12;
}
.BgClassName
{
background-color: #77BD12;
}
</style>
border-color css
<style>
span { border-color: #77BD12; }
span { border-color: rgb(119,189,18); }
td.TdClassName
{
border-color: #77BD12;
}
.TagClassName
{
border-color: #77BD12;
}
</style>