Shades of Lima #7DB93D
Tints of Lima #7DB93D
RGB
CMYK
RGB Variations
Color information
#7DB93D (or 0x7DB93D) is known color: Lima. HEX triplet: 7D, B9 and 3D. RGB value is (125,185,61). Sum of RGB (Red+Green+Blue) = 125+185+61=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB93D is #8246C2. Grayscale: #999999. Windows color (decimal): -8537795 or 4045181. OLE color: 4045181.
HSL color Cylindrical-coordinate representation of color #7DB93D: hue angle of 89.03º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DB93D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 61 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.27 |
| HSL | 89.03º | 0.5% | 0.48% | - |
| HSV(B) | 89.03º | 0.67% | 0.73% | - |
| XYZ | 26.65 | 39.39 | 10.61 | - |
| YUV | 152.92 | 76.12 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 61 | 0.32 | 0 | 0.67 | 0.27 | 89.03 | 0.5 | 0.48 |
| Hex | 7D | B9 | 3D | 20 | 0 | 43 | 1B | 59 | 32 | 30 |
| Octal | 175 | 271 | 75 | 40 | 0 | 103 | 33 | 131 | 62 | 60 |
| Binary | 1111101 | 10111001 | 111101 | 100000 | 0 | 1000011 | 11011 | 1011001 | 110010 | 110000 |
Color Harmonies of #7DB93D
Complementary color
Monochromatic Colors of #7DB93D
Black with #7DB93D
Text Example
Text Example
White with #7DB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB93D; }
p { color: rgb(125,185,61); }
H1.HeaderClassName
{
color: #7DB93D;
}
.AnyTagClassName
{
color: #7DB93D;
}
</style>
background-color css
<style>
a { background-color: #7DB93D; }
a { background-color: rgb(125,185,61); }
div.DivClassName
{
background-color: #7DB93D;
}
.BgClassName
{
background-color: #7DB93D;
}
</style>
border-color css
<style>
span { border-color: #7DB93D; }
span { border-color: rgb(125,185,61); }
td.TdClassName
{
border-color: #7DB93D;
}
.TagClassName
{
border-color: #7DB93D;
}
</style>