Shades of Lima #7DB531
Tints of Lima #7DB531
RGB
CMYK
RGB Variations
Color information
#7DB531 (or 0x7DB531) is known color: Lima. HEX triplet: 7D, B5 and 31. RGB value is (125,181,49). Sum of RGB (Red+Green+Blue) = 125+181+49=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB531 is #824ACE. Grayscale: #959595. Windows color (decimal): -8538831 or 3257725. OLE color: 3257725.
HSL color Cylindrical-coordinate representation of color #7DB531: hue angle of 85.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DB531 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 49 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.29 |
| HSL | 85.45º | 0.57% | 0.45% | - |
| HSV(B) | 85.45º | 0.73% | 0.71% | - |
| XYZ | 25.54 | 37.63 | 8.82 | - |
| YUV | 149.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 49 | 0.31 | 0 | 0.73 | 0.29 | 85.45 | 0.57 | 0.45 |
| Hex | 7D | B5 | 31 | 1F | 0 | 49 | 1D | 55 | 39 | 2D |
| Octal | 175 | 265 | 61 | 37 | 0 | 111 | 35 | 125 | 71 | 55 |
| Binary | 1111101 | 10110101 | 110001 | 11111 | 0 | 1001001 | 11101 | 1010101 | 111001 | 101101 |
Color Harmonies of #7DB531
Complementary color
Monochromatic Colors of #7DB531
Black with #7DB531
Text Example
Text Example
White with #7DB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB531; }
p { color: rgb(125,181,49); }
H1.HeaderClassName
{
color: #7DB531;
}
.AnyTagClassName
{
color: #7DB531;
}
</style>
background-color css
<style>
a { background-color: #7DB531; }
a { background-color: rgb(125,181,49); }
div.DivClassName
{
background-color: #7DB531;
}
.BgClassName
{
background-color: #7DB531;
}
</style>
border-color css
<style>
span { border-color: #7DB531; }
span { border-color: rgb(125,181,49); }
td.TdClassName
{
border-color: #7DB531;
}
.TagClassName
{
border-color: #7DB531;
}
</style>