Shades of Lima #7DB839
Tints of Lima #7DB839
RGB
CMYK
RGB Variations
Color information
#7DB839 (or 0x7DB839) is known color: Lima. HEX triplet: 7D, B8 and 39. RGB value is (125,184,57). Sum of RGB (Red+Green+Blue) = 125+184+57=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB839 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB839 is #8247C6. Grayscale: #989898. Windows color (decimal): -8538055 or 3782781. OLE color: 3782781.
HSL color Cylindrical-coordinate representation of color #7DB839: hue angle of 87.87º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB839 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 57 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.28 |
| HSL | 87.87º | 0.53% | 0.47% | - |
| HSV(B) | 87.87º | 0.69% | 0.72% | - |
| XYZ | 26.34 | 38.94 | 10 | - |
| YUV | 151.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 57 | 0.32 | 0 | 0.69 | 0.28 | 87.87 | 0.53 | 0.47 |
| Hex | 7D | B8 | 39 | 20 | 0 | 45 | 1C | 58 | 35 | 2F |
| Octal | 175 | 270 | 71 | 40 | 0 | 105 | 34 | 130 | 65 | 57 |
| Binary | 1111101 | 10111000 | 111001 | 100000 | 0 | 1000101 | 11100 | 1011000 | 110101 | 101111 |
Color Harmonies of #7DB839
Complementary color
Monochromatic Colors of #7DB839
Black with #7DB839
Text Example
Text Example
White with #7DB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB839; }
p { color: rgb(125,184,57); }
H1.HeaderClassName
{
color: #7DB839;
}
.AnyTagClassName
{
color: #7DB839;
}
</style>
background-color css
<style>
a { background-color: #7DB839; }
a { background-color: rgb(125,184,57); }
div.DivClassName
{
background-color: #7DB839;
}
.BgClassName
{
background-color: #7DB839;
}
</style>
border-color css
<style>
span { border-color: #7DB839; }
span { border-color: rgb(125,184,57); }
td.TdClassName
{
border-color: #7DB839;
}
.TagClassName
{
border-color: #7DB839;
}
</style>