Shades of Lima #7DB832
Tints of Lima #7DB832
RGB
CMYK
RGB Variations
Color information
#7DB832 (or 0x7DB832) is known color: Lima. HEX triplet: 7D, B8 and 32. RGB value is (125,184,50). Sum of RGB (Red+Green+Blue) = 125+184+50=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB832 is #8247CD. Grayscale: #979797. Windows color (decimal): -8538062 or 3324029. OLE color: 3324029.
HSL color Cylindrical-coordinate representation of color #7DB832: hue angle of 86.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DB832 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 50 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.28 |
| HSL | 86.42º | 0.57% | 0.46% | - |
| HSV(B) | 86.42º | 0.73% | 0.72% | - |
| XYZ | 26.17 | 38.87 | 9.14 | - |
| YUV | 151.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 50 | 0.32 | 0 | 0.73 | 0.28 | 86.42 | 0.57 | 0.46 |
| Hex | 7D | B8 | 32 | 20 | 0 | 49 | 1C | 56 | 39 | 2E |
| Octal | 175 | 270 | 62 | 40 | 0 | 111 | 34 | 126 | 71 | 56 |
| Binary | 1111101 | 10111000 | 110010 | 100000 | 0 | 1001001 | 11100 | 1010110 | 111001 | 101110 |
Color Harmonies of #7DB832
Complementary color
Monochromatic Colors of #7DB832
Black with #7DB832
Text Example
Text Example
White with #7DB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB832; }
p { color: rgb(125,184,50); }
H1.HeaderClassName
{
color: #7DB832;
}
.AnyTagClassName
{
color: #7DB832;
}
</style>
background-color css
<style>
a { background-color: #7DB832; }
a { background-color: rgb(125,184,50); }
div.DivClassName
{
background-color: #7DB832;
}
.BgClassName
{
background-color: #7DB832;
}
</style>
border-color css
<style>
span { border-color: #7DB832; }
span { border-color: rgb(125,184,50); }
td.TdClassName
{
border-color: #7DB832;
}
.TagClassName
{
border-color: #7DB832;
}
</style>