Shades of Lima #7DB70A
Tints of Lima #7DB70A
RGB
CMYK
RGB Variations
Color information
#7DB70A (or 0x7DB70A) is known color: Lima. HEX triplet: 7D, B7 and 0A. RGB value is (125,183,10). Sum of RGB (Red+Green+Blue) = 125+183+10=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB70A is #8248F5. Grayscale: #929292. Windows color (decimal): -8538358 or 702333. OLE color: 702333.
HSL color Cylindrical-coordinate representation of color #7DB70A: hue angle of 80.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DB70A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 10 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.28 |
| HSL | 80.12º | 0.9% | 0.38% | - |
| HSV(B) | 80.12º | 0.95% | 0.72% | - |
| XYZ | 25.45 | 38.25 | 6.33 | - |
| YUV | 145.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 10 | 0.32 | 0 | 0.95 | 0.28 | 80.12 | 0.9 | 0.38 |
| Hex | 7D | B7 | A | 20 | 0 | 5F | 1C | 50 | 5A | 26 |
| Octal | 175 | 267 | 12 | 40 | 0 | 137 | 34 | 120 | 132 | 46 |
| Binary | 1111101 | 10110111 | 1010 | 100000 | 0 | 1011111 | 11100 | 1010000 | 1011010 | 100110 |
Color Harmonies of #7DB70A
Complementary color
Monochromatic Colors of #7DB70A
Black with #7DB70A
Text Example
Text Example
White with #7DB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB70A; }
p { color: rgb(125,183,10); }
H1.HeaderClassName
{
color: #7DB70A;
}
.AnyTagClassName
{
color: #7DB70A;
}
</style>
background-color css
<style>
a { background-color: #7DB70A; }
a { background-color: rgb(125,183,10); }
div.DivClassName
{
background-color: #7DB70A;
}
.BgClassName
{
background-color: #7DB70A;
}
</style>
border-color css
<style>
span { border-color: #7DB70A; }
span { border-color: rgb(125,183,10); }
td.TdClassName
{
border-color: #7DB70A;
}
.TagClassName
{
border-color: #7DB70A;
}
</style>