Shades of Lima #7DB93A
Tints of Lima #7DB93A
RGB
CMYK
RGB Variations
Color information
#7DB93A (or 0x7DB93A) is known color: Lima. HEX triplet: 7D, B9 and 3A. RGB value is (125,185,58). Sum of RGB (Red+Green+Blue) = 125+185+58=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB93A is #8246C5. Grayscale: #999999. Windows color (decimal): -8537798 or 3848573. OLE color: 3848573.
HSL color Cylindrical-coordinate representation of color #7DB93A: hue angle of 88.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB93A is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 58 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.27 |
| HSL | 88.35º | 0.52% | 0.48% | - |
| HSV(B) | 88.35º | 0.69% | 0.73% | - |
| XYZ | 26.57 | 39.36 | 10.2 | - |
| YUV | 152.58 | 74.62 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 58 | 0.32 | 0 | 0.69 | 0.27 | 88.35 | 0.52 | 0.48 |
| Hex | 7D | B9 | 3A | 20 | 0 | 45 | 1B | 58 | 34 | 30 |
| Octal | 175 | 271 | 72 | 40 | 0 | 105 | 33 | 130 | 64 | 60 |
| Binary | 1111101 | 10111001 | 111010 | 100000 | 0 | 1000101 | 11011 | 1011000 | 110100 | 110000 |
Color Harmonies of #7DB93A
Complementary color
Monochromatic Colors of #7DB93A
Black with #7DB93A
Text Example
Text Example
White with #7DB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB93A; }
p { color: rgb(125,185,58); }
H1.HeaderClassName
{
color: #7DB93A;
}
.AnyTagClassName
{
color: #7DB93A;
}
</style>
background-color css
<style>
a { background-color: #7DB93A; }
a { background-color: rgb(125,185,58); }
div.DivClassName
{
background-color: #7DB93A;
}
.BgClassName
{
background-color: #7DB93A;
}
</style>
border-color css
<style>
span { border-color: #7DB93A; }
span { border-color: rgb(125,185,58); }
td.TdClassName
{
border-color: #7DB93A;
}
.TagClassName
{
border-color: #7DB93A;
}
</style>