Shades of Lima #7BBE10
Tints of Lima #7BBE10
RGB
CMYK
RGB Variations
Color information
#7BBE10 (or 0x7BBE10) is known color: Lima. HEX triplet: 7B, BE and 10. RGB value is (123,190,16). Sum of RGB (Red+Green+Blue) = 123+190+16=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBE10 is #8441EF. Grayscale: #969696. Windows color (decimal): -8667632 or 1097339. OLE color: 1097339.
HSL color Cylindrical-coordinate representation of color #7BBE10: hue angle of 83.1º degrees, saturation: 0.84, 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 #7BBE10 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 16 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.25 |
| HSL | 83.1º | 0.84% | 0.4% | - |
| HSV(B) | 83.1º | 0.92% | 0.75% | - |
| XYZ | 26.68 | 41.08 | 7.01 | - |
| YUV | 150.13 | 52.3 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 16 | 0.35 | 0 | 0.92 | 0.25 | 83.1 | 0.84 | 0.4 |
| Hex | 7B | BE | 10 | 23 | 0 | 5C | 19 | 53 | 54 | 28 |
| Octal | 173 | 276 | 20 | 43 | 0 | 134 | 31 | 123 | 124 | 50 |
| Binary | 1111011 | 10111110 | 10000 | 100011 | 0 | 1011100 | 11001 | 1010011 | 1010100 | 101000 |
Color Harmonies of #7BBE10
Complementary color
Monochromatic Colors of #7BBE10
Black with #7BBE10
Text Example
Text Example
White with #7BBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE10; }
p { color: rgb(123,190,16); }
H1.HeaderClassName
{
color: #7BBE10;
}
.AnyTagClassName
{
color: #7BBE10;
}
</style>
background-color css
<style>
a { background-color: #7BBE10; }
a { background-color: rgb(123,190,16); }
div.DivClassName
{
background-color: #7BBE10;
}
.BgClassName
{
background-color: #7BBE10;
}
</style>
border-color css
<style>
span { border-color: #7BBE10; }
span { border-color: rgb(123,190,16); }
td.TdClassName
{
border-color: #7BBE10;
}
.TagClassName
{
border-color: #7BBE10;
}
</style>