Shades of Lima #7DB70B
Tints of Lima #7DB70B
RGB
CMYK
RGB Variations
Color information
#7DB70B (or 0x7DB70B) is known color: Lima. HEX triplet: 7D, B7 and 0B. RGB value is (125,183,11). Sum of RGB (Red+Green+Blue) = 125+183+11=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB70B is #8248F4. Grayscale: #929292. Windows color (decimal): -8538357 or 767869. OLE color: 767869.
HSL color Cylindrical-coordinate representation of color #7DB70B: hue angle of 80.23º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DB70B is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 11 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.28 |
| HSL | 80.23º | 0.89% | 0.38% | - |
| HSV(B) | 80.23º | 0.94% | 0.72% | - |
| XYZ | 25.45 | 38.25 | 6.36 | - |
| YUV | 146.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 11 | 0.32 | 0 | 0.94 | 0.28 | 80.23 | 0.89 | 0.38 |
| Hex | 7D | B7 | B | 20 | 0 | 5E | 1C | 50 | 59 | 26 |
| Octal | 175 | 267 | 13 | 40 | 0 | 136 | 34 | 120 | 131 | 46 |
| Binary | 1111101 | 10110111 | 1011 | 100000 | 0 | 1011110 | 11100 | 1010000 | 1011001 | 100110 |
Color Harmonies of #7DB70B
Complementary color
Monochromatic Colors of #7DB70B
Black with #7DB70B
Text Example
Text Example
White with #7DB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB70B; }
p { color: rgb(125,183,11); }
H1.HeaderClassName
{
color: #7DB70B;
}
.AnyTagClassName
{
color: #7DB70B;
}
</style>
background-color css
<style>
a { background-color: #7DB70B; }
a { background-color: rgb(125,183,11); }
div.DivClassName
{
background-color: #7DB70B;
}
.BgClassName
{
background-color: #7DB70B;
}
</style>
border-color css
<style>
span { border-color: #7DB70B; }
span { border-color: rgb(125,183,11); }
td.TdClassName
{
border-color: #7DB70B;
}
.TagClassName
{
border-color: #7DB70B;
}
</style>