Shades of Lima #7DBA31
Tints of Lima #7DBA31
RGB
CMYK
RGB Variations
Color information
#7DBA31 (or 0x7DBA31) is known color: Lima. HEX triplet: 7D, BA and 31. RGB value is (125,186,49). Sum of RGB (Red+Green+Blue) = 125+186+49=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA31 is #8245CE. Grayscale: #989898. Windows color (decimal): -8537551 or 3259005. OLE color: 3259005.
HSL color Cylindrical-coordinate representation of color #7DBA31: hue angle of 86.72º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DBA31 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 49 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.27 |
| HSL | 86.72º | 0.58% | 0.46% | - |
| HSV(B) | 86.72º | 0.74% | 0.73% | - |
| XYZ | 26.57 | 39.7 | 9.17 | - |
| YUV | 152.14 | 69.79 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 49 | 0.33 | 0 | 0.74 | 0.27 | 86.72 | 0.58 | 0.46 |
| Hex | 7D | BA | 31 | 21 | 0 | 4A | 1B | 57 | 3A | 2E |
| Octal | 175 | 272 | 61 | 41 | 0 | 112 | 33 | 127 | 72 | 56 |
| Binary | 1111101 | 10111010 | 110001 | 100001 | 0 | 1001010 | 11011 | 1010111 | 111010 | 101110 |
Color Harmonies of #7DBA31
Complementary color
Monochromatic Colors of #7DBA31
Black with #7DBA31
Text Example
Text Example
White with #7DBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA31; }
p { color: rgb(125,186,49); }
H1.HeaderClassName
{
color: #7DBA31;
}
.AnyTagClassName
{
color: #7DBA31;
}
</style>
background-color css
<style>
a { background-color: #7DBA31; }
a { background-color: rgb(125,186,49); }
div.DivClassName
{
background-color: #7DBA31;
}
.BgClassName
{
background-color: #7DBA31;
}
</style>
border-color css
<style>
span { border-color: #7DBA31; }
span { border-color: rgb(125,186,49); }
td.TdClassName
{
border-color: #7DBA31;
}
.TagClassName
{
border-color: #7DBA31;
}
</style>