Shades of Lima #7DB538
Tints of Lima #7DB538
RGB
CMYK
RGB Variations
Color information
#7DB538 (or 0x7DB538) is known color: Lima. HEX triplet: 7D, B5 and 38. RGB value is (125,181,56). Sum of RGB (Red+Green+Blue) = 125+181+56=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB538 is #824AC7. Grayscale: #969696. Windows color (decimal): -8538824 or 3716477. OLE color: 3716477.
HSL color Cylindrical-coordinate representation of color #7DB538: hue angle of 86.88º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB538 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 56 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.29 |
| HSL | 86.88º | 0.53% | 0.46% | - |
| HSV(B) | 86.88º | 0.69% | 0.71% | - |
| XYZ | 25.7 | 37.69 | 9.66 | - |
| YUV | 150.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 56 | 0.31 | 0 | 0.69 | 0.29 | 86.88 | 0.53 | 0.46 |
| Hex | 7D | B5 | 38 | 1F | 0 | 45 | 1D | 57 | 35 | 2E |
| Octal | 175 | 265 | 70 | 37 | 0 | 105 | 35 | 127 | 65 | 56 |
| Binary | 1111101 | 10110101 | 111000 | 11111 | 0 | 1000101 | 11101 | 1010111 | 110101 | 101110 |
Color Harmonies of #7DB538
Complementary color
Monochromatic Colors of #7DB538
Black with #7DB538
Text Example
Text Example
White with #7DB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB538; }
p { color: rgb(125,181,56); }
H1.HeaderClassName
{
color: #7DB538;
}
.AnyTagClassName
{
color: #7DB538;
}
</style>
background-color css
<style>
a { background-color: #7DB538; }
a { background-color: rgb(125,181,56); }
div.DivClassName
{
background-color: #7DB538;
}
.BgClassName
{
background-color: #7DB538;
}
</style>
border-color css
<style>
span { border-color: #7DB538; }
span { border-color: rgb(125,181,56); }
td.TdClassName
{
border-color: #7DB538;
}
.TagClassName
{
border-color: #7DB538;
}
</style>