Shades of Lima #7BBB05
Tints of Lima #7BBB05
RGB
CMYK
RGB Variations
Color information
#7BBB05 (or 0x7BBB05) is known color: Lima. HEX triplet: 7B, BB and 05. RGB value is (123,187,5). Sum of RGB (Red+Green+Blue) = 123+187+5=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBB05 is #8444FA. Grayscale: #939393. Windows color (decimal): -8668411 or 375675. OLE color: 375675.
HSL color Cylindrical-coordinate representation of color #7BBB05: hue angle of 81.1º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BBB05 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 5 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.27 |
| HSL | 81.1º | 0.95% | 0.38% | - |
| HSV(B) | 81.1º | 0.97% | 0.73% | - |
| XYZ | 25.97 | 39.76 | 6.45 | - |
| YUV | 147.12 | 47.8 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 5 | 0.34 | 0 | 0.97 | 0.27 | 81.1 | 0.95 | 0.38 |
| Hex | 7B | BB | 5 | 22 | 0 | 61 | 1B | 51 | 5F | 26 |
| Octal | 173 | 273 | 5 | 42 | 0 | 141 | 33 | 121 | 137 | 46 |
| Binary | 1111011 | 10111011 | 101 | 100010 | 0 | 1100001 | 11011 | 1010001 | 1011111 | 100110 |
Color Harmonies of #7BBB05
Complementary color
Monochromatic Colors of #7BBB05
Black with #7BBB05
Text Example
Text Example
White with #7BBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB05; }
p { color: rgb(123,187,5); }
H1.HeaderClassName
{
color: #7BBB05;
}
.AnyTagClassName
{
color: #7BBB05;
}
</style>
background-color css
<style>
a { background-color: #7BBB05; }
a { background-color: rgb(123,187,5); }
div.DivClassName
{
background-color: #7BBB05;
}
.BgClassName
{
background-color: #7BBB05;
}
</style>
border-color css
<style>
span { border-color: #7BBB05; }
span { border-color: rgb(123,187,5); }
td.TdClassName
{
border-color: #7BBB05;
}
.TagClassName
{
border-color: #7BBB05;
}
</style>