Shades of Lima #7DB928
Tints of Lima #7DB928
RGB
CMYK
RGB Variations
Color information
#7DB928 (or 0x7DB928) is known color: Lima. HEX triplet: 7D, B9 and 28. RGB value is (125,185,40). Sum of RGB (Red+Green+Blue) = 125+185+40=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB928 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB928 is #8246D7. Grayscale: #979797. Windows color (decimal): -8537816 or 2668925. OLE color: 2668925.
HSL color Cylindrical-coordinate representation of color #7DB928: hue angle of 84.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DB928 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 40 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.27 |
| HSL | 84.83º | 0.64% | 0.44% | - |
| HSV(B) | 84.83º | 0.78% | 0.73% | - |
| XYZ | 26.19 | 39.21 | 8.2 | - |
| YUV | 150.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 40 | 0.32 | 0 | 0.78 | 0.27 | 84.83 | 0.64 | 0.44 |
| Hex | 7D | B9 | 28 | 20 | 0 | 4E | 1B | 55 | 40 | 2C |
| Octal | 175 | 271 | 50 | 40 | 0 | 116 | 33 | 125 | 100 | 54 |
| Binary | 1111101 | 10111001 | 101000 | 100000 | 0 | 1001110 | 11011 | 1010101 | 1000000 | 101100 |
Color Harmonies of #7DB928
Complementary color
Monochromatic Colors of #7DB928
Black with #7DB928
Text Example
Text Example
White with #7DB928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB928; }
p { color: rgb(125,185,40); }
H1.HeaderClassName
{
color: #7DB928;
}
.AnyTagClassName
{
color: #7DB928;
}
</style>
background-color css
<style>
a { background-color: #7DB928; }
a { background-color: rgb(125,185,40); }
div.DivClassName
{
background-color: #7DB928;
}
.BgClassName
{
background-color: #7DB928;
}
</style>
border-color css
<style>
span { border-color: #7DB928; }
span { border-color: rgb(125,185,40); }
td.TdClassName
{
border-color: #7DB928;
}
.TagClassName
{
border-color: #7DB928;
}
</style>