Shades of Lima #7DBD14
Tints of Lima #7DBD14
RGB
CMYK
RGB Variations
Color information
#7DBD14 (or 0x7DBD14) is known color: Lima. HEX triplet: 7D, BD and 14. RGB value is (125,189,20). Sum of RGB (Red+Green+Blue) = 125+189+20=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBD14 is #8242EB. Grayscale: #979797. Windows color (decimal): -8536812 or 1359229. OLE color: 1359229.
HSL color Cylindrical-coordinate representation of color #7DBD14: hue angle of 82.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DBD14 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 20 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.26 |
| HSL | 82.72º | 0.81% | 0.41% | - |
| HSV(B) | 82.72º | 0.89% | 0.74% | - |
| XYZ | 26.78 | 40.81 | 7.13 | - |
| YUV | 150.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 20 | 0.34 | 0 | 0.89 | 0.26 | 82.72 | 0.81 | 0.41 |
| Hex | 7D | BD | 14 | 22 | 0 | 59 | 1A | 53 | 51 | 29 |
| Octal | 175 | 275 | 24 | 42 | 0 | 131 | 32 | 123 | 121 | 51 |
| Binary | 1111101 | 10111101 | 10100 | 100010 | 0 | 1011001 | 11010 | 1010011 | 1010001 | 101001 |
Color Harmonies of #7DBD14
Complementary color
Monochromatic Colors of #7DBD14
Black with #7DBD14
Text Example
Text Example
White with #7DBD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD14; }
p { color: rgb(125,189,20); }
H1.HeaderClassName
{
color: #7DBD14;
}
.AnyTagClassName
{
color: #7DBD14;
}
</style>
background-color css
<style>
a { background-color: #7DBD14; }
a { background-color: rgb(125,189,20); }
div.DivClassName
{
background-color: #7DBD14;
}
.BgClassName
{
background-color: #7DBD14;
}
</style>
border-color css
<style>
span { border-color: #7DBD14; }
span { border-color: rgb(125,189,20); }
td.TdClassName
{
border-color: #7DBD14;
}
.TagClassName
{
border-color: #7DBD14;
}
</style>