Shades of Lima #7DB90E
Tints of Lima #7DB90E
RGB
CMYK
RGB Variations
Color information
#7DB90E (or 0x7DB90E) is known color: Lima. HEX triplet: 7D, B9 and 0E. RGB value is (125,185,14). Sum of RGB (Red+Green+Blue) = 125+185+14=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB90E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB90E is #8246F1. Grayscale: #949494. Windows color (decimal): -8537842 or 964989. OLE color: 964989.
HSL color Cylindrical-coordinate representation of color #7DB90E: hue angle of 81.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB90E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.27 |
| HSL | 81.05º | 0.86% | 0.39% | - |
| HSV(B) | 81.05º | 0.92% | 0.73% | - |
| XYZ | 25.89 | 39.09 | 6.6 | - |
| YUV | 147.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 14 | 0.32 | 0 | 0.92 | 0.27 | 81.05 | 0.86 | 0.39 |
| Hex | 7D | B9 | E | 20 | 0 | 5C | 1B | 51 | 56 | 27 |
| Octal | 175 | 271 | 16 | 40 | 0 | 134 | 33 | 121 | 126 | 47 |
| Binary | 1111101 | 10111001 | 1110 | 100000 | 0 | 1011100 | 11011 | 1010001 | 1010110 | 100111 |
Color Harmonies of #7DB90E
Complementary color
Monochromatic Colors of #7DB90E
Black with #7DB90E
Text Example
Text Example
White with #7DB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB90E; }
p { color: rgb(125,185,14); }
H1.HeaderClassName
{
color: #7DB90E;
}
.AnyTagClassName
{
color: #7DB90E;
}
</style>
background-color css
<style>
a { background-color: #7DB90E; }
a { background-color: rgb(125,185,14); }
div.DivClassName
{
background-color: #7DB90E;
}
.BgClassName
{
background-color: #7DB90E;
}
</style>
border-color css
<style>
span { border-color: #7DB90E; }
span { border-color: rgb(125,185,14); }
td.TdClassName
{
border-color: #7DB90E;
}
.TagClassName
{
border-color: #7DB90E;
}
</style>