Shades of Lima #7DBD11
Tints of Lima #7DBD11
RGB
CMYK
RGB Variations
Color information
#7DBD11 (or 0x7DBD11) is known color: Lima. HEX triplet: 7D, BD and 11. RGB value is (125,189,17). Sum of RGB (Red+Green+Blue) = 125+189+17=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBD11 is #8242EE. Grayscale: #969696. Windows color (decimal): -8536815 or 1162621. OLE color: 1162621.
HSL color Cylindrical-coordinate representation of color #7DBD11: hue angle of 82.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DBD11 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.26 |
| HSL | 82.33º | 0.83% | 0.4% | - |
| HSV(B) | 82.33º | 0.91% | 0.74% | - |
| XYZ | 26.76 | 40.8 | 6.99 | - |
| YUV | 150.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 17 | 0.34 | 0 | 0.91 | 0.26 | 82.33 | 0.83 | 0.4 |
| Hex | 7D | BD | 11 | 22 | 0 | 5B | 1A | 52 | 53 | 28 |
| Octal | 175 | 275 | 21 | 42 | 0 | 133 | 32 | 122 | 123 | 50 |
| Binary | 1111101 | 10111101 | 10001 | 100010 | 0 | 1011011 | 11010 | 1010010 | 1010011 | 101000 |
Color Harmonies of #7DBD11
Complementary color
Monochromatic Colors of #7DBD11
Black with #7DBD11
Text Example
Text Example
White with #7DBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD11; }
p { color: rgb(125,189,17); }
H1.HeaderClassName
{
color: #7DBD11;
}
.AnyTagClassName
{
color: #7DBD11;
}
</style>
background-color css
<style>
a { background-color: #7DBD11; }
a { background-color: rgb(125,189,17); }
div.DivClassName
{
background-color: #7DBD11;
}
.BgClassName
{
background-color: #7DBD11;
}
</style>
border-color css
<style>
span { border-color: #7DBD11; }
span { border-color: rgb(125,189,17); }
td.TdClassName
{
border-color: #7DBD11;
}
.TagClassName
{
border-color: #7DBD11;
}
</style>