Shades of Lima #7BAD17
Tints of Lima #7BAD17
RGB
CMYK
RGB Variations
Color information
#7BAD17 (or 0x7BAD17) is known color: Lima. HEX triplet: 7B, AD and 17. RGB value is (123,173,23). Sum of RGB (Red+Green+Blue) = 123+173+23=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAD17 is #8452E8. Grayscale: #8D8D8D. Windows color (decimal): -8671977 or 1551739. OLE color: 1551739.
HSL color Cylindrical-coordinate representation of color #7BAD17: hue angle of 80º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BAD17 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 23 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.32 |
| HSL | 80º | 0.77% | 0.38% | - |
| HSV(B) | 80º | 0.87% | 0.68% | - |
| XYZ | 23.27 | 34.16 | 6.18 | - |
| YUV | 140.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 23 | 0.29 | 0 | 0.87 | 0.32 | 80 | 0.77 | 0.38 |
| Hex | 7B | AD | 17 | 1D | 0 | 57 | 20 | 50 | 4D | 26 |
| Octal | 173 | 255 | 27 | 35 | 0 | 127 | 40 | 120 | 115 | 46 |
| Binary | 1111011 | 10101101 | 10111 | 11101 | 0 | 1010111 | 100000 | 1010000 | 1001101 | 100110 |
Color Harmonies of #7BAD17
Complementary color
Monochromatic Colors of #7BAD17
Black with #7BAD17
Text Example
Text Example
White with #7BAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD17; }
p { color: rgb(123,173,23); }
H1.HeaderClassName
{
color: #7BAD17;
}
.AnyTagClassName
{
color: #7BAD17;
}
</style>
background-color css
<style>
a { background-color: #7BAD17; }
a { background-color: rgb(123,173,23); }
div.DivClassName
{
background-color: #7BAD17;
}
.BgClassName
{
background-color: #7BAD17;
}
</style>
border-color css
<style>
span { border-color: #7BAD17; }
span { border-color: rgb(123,173,23); }
td.TdClassName
{
border-color: #7BAD17;
}
.TagClassName
{
border-color: #7BAD17;
}
</style>