Shades of Lima #7DB80E
Tints of Lima #7DB80E
RGB
CMYK
RGB Variations
Color information
#7DB80E (or 0x7DB80E) is known color: Lima. HEX triplet: 7D, B8 and 0E. RGB value is (125,184,14). Sum of RGB (Red+Green+Blue) = 125+184+14=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB80E is #8247F1. Grayscale: #939393. Windows color (decimal): -8538098 or 964733. OLE color: 964733.
HSL color Cylindrical-coordinate representation of color #7DB80E: hue angle of 80.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB80E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.28 |
| HSL | 80.82º | 0.86% | 0.39% | - |
| HSV(B) | 80.82º | 0.92% | 0.72% | - |
| XYZ | 25.68 | 38.67 | 6.53 | - |
| YUV | 146.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 14 | 0.32 | 0 | 0.92 | 0.28 | 80.82 | 0.86 | 0.39 |
| Hex | 7D | B8 | E | 20 | 0 | 5C | 1C | 51 | 56 | 27 |
| Octal | 175 | 270 | 16 | 40 | 0 | 134 | 34 | 121 | 126 | 47 |
| Binary | 1111101 | 10111000 | 1110 | 100000 | 0 | 1011100 | 11100 | 1010001 | 1010110 | 100111 |
Color Harmonies of #7DB80E
Complementary color
Monochromatic Colors of #7DB80E
Black with #7DB80E
Text Example
Text Example
White with #7DB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB80E; }
p { color: rgb(125,184,14); }
H1.HeaderClassName
{
color: #7DB80E;
}
.AnyTagClassName
{
color: #7DB80E;
}
</style>
background-color css
<style>
a { background-color: #7DB80E; }
a { background-color: rgb(125,184,14); }
div.DivClassName
{
background-color: #7DB80E;
}
.BgClassName
{
background-color: #7DB80E;
}
</style>
border-color css
<style>
span { border-color: #7DB80E; }
span { border-color: rgb(125,184,14); }
td.TdClassName
{
border-color: #7DB80E;
}
.TagClassName
{
border-color: #7DB80E;
}
</style>