Shades of Lima #7DBD16
Tints of Lima #7DBD16
RGB
CMYK
RGB Variations
Color information
#7DBD16 (or 0x7DBD16) is known color: Lima. HEX triplet: 7D, BD and 16. RGB value is (125,189,22). Sum of RGB (Red+Green+Blue) = 125+189+22=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBD16 is #8242E9. Grayscale: #979797. Windows color (decimal): -8536810 or 1490301. OLE color: 1490301.
HSL color Cylindrical-coordinate representation of color #7DBD16: hue angle of 82.99º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DBD16 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 22 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.26 |
| HSL | 82.99º | 0.79% | 0.41% | - |
| HSV(B) | 82.99º | 0.88% | 0.74% | - |
| XYZ | 26.8 | 40.81 | 7.22 | - |
| YUV | 150.83 | 55.3 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 22 | 0.34 | 0 | 0.88 | 0.26 | 82.99 | 0.79 | 0.41 |
| Hex | 7D | BD | 16 | 22 | 0 | 58 | 1A | 53 | 4F | 29 |
| Octal | 175 | 275 | 26 | 42 | 0 | 130 | 32 | 123 | 117 | 51 |
| Binary | 1111101 | 10111101 | 10110 | 100010 | 0 | 1011000 | 11010 | 1010011 | 1001111 | 101001 |
Color Harmonies of #7DBD16
Complementary color
Monochromatic Colors of #7DBD16
Black with #7DBD16
Text Example
Text Example
White with #7DBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD16; }
p { color: rgb(125,189,22); }
H1.HeaderClassName
{
color: #7DBD16;
}
.AnyTagClassName
{
color: #7DBD16;
}
</style>
background-color css
<style>
a { background-color: #7DBD16; }
a { background-color: rgb(125,189,22); }
div.DivClassName
{
background-color: #7DBD16;
}
.BgClassName
{
background-color: #7DBD16;
}
</style>
border-color css
<style>
span { border-color: #7DBD16; }
span { border-color: rgb(125,189,22); }
td.TdClassName
{
border-color: #7DBD16;
}
.TagClassName
{
border-color: #7DBD16;
}
</style>