Shades of Lima #7DB412
Tints of Lima #7DB412
RGB
CMYK
RGB Variations
Color information
#7DB412 (or 0x7DB412) is known color: Lima. HEX triplet: 7D, B4 and 12. RGB value is (125,180,18). Sum of RGB (Red+Green+Blue) = 125+180+18=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB412 is #824BED. Grayscale: #919191. Windows color (decimal): -8539118 or 1225853. OLE color: 1225853.
HSL color Cylindrical-coordinate representation of color #7DB412: hue angle of 80.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB412 is Cyan = 0.31, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 18 | - |
| CMYK | 0.31 | 0 | 0.9 | 0.29 |
| HSL | 80.37º | 0.82% | 0.39% | - |
| HSV(B) | 80.37º | 0.9% | 0.71% | - |
| XYZ | 24.89 | 37.05 | 6.41 | - |
| YUV | 145.09 | 56.28 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 18 | 0.31 | 0 | 0.9 | 0.29 | 80.37 | 0.82 | 0.39 |
| Hex | 7D | B4 | 12 | 1F | 0 | 5A | 1D | 50 | 52 | 27 |
| Octal | 175 | 264 | 22 | 37 | 0 | 132 | 35 | 120 | 122 | 47 |
| Binary | 1111101 | 10110100 | 10010 | 11111 | 0 | 1011010 | 11101 | 1010000 | 1010010 | 100111 |
Color Harmonies of #7DB412
Complementary color
Monochromatic Colors of #7DB412
Black with #7DB412
Text Example
Text Example
White with #7DB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB412; }
p { color: rgb(125,180,18); }
H1.HeaderClassName
{
color: #7DB412;
}
.AnyTagClassName
{
color: #7DB412;
}
</style>
background-color css
<style>
a { background-color: #7DB412; }
a { background-color: rgb(125,180,18); }
div.DivClassName
{
background-color: #7DB412;
}
.BgClassName
{
background-color: #7DB412;
}
</style>
border-color css
<style>
span { border-color: #7DB412; }
span { border-color: rgb(125,180,18); }
td.TdClassName
{
border-color: #7DB412;
}
.TagClassName
{
border-color: #7DB412;
}
</style>