Shades of Lima #7DB733
Tints of Lima #7DB733
RGB
CMYK
RGB Variations
Color information
#7DB733 (or 0x7DB733) is known color: Lima. HEX triplet: 7D, B7 and 33. RGB value is (125,183,51). Sum of RGB (Red+Green+Blue) = 125+183+51=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB733 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB733 is #8248CC. Grayscale: #979797. Windows color (decimal): -8538317 or 3389309. OLE color: 3389309.
HSL color Cylindrical-coordinate representation of color #7DB733: hue angle of 86.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DB733 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 51 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.28 |
| HSL | 86.36º | 0.56% | 0.46% | - |
| HSV(B) | 86.36º | 0.72% | 0.72% | - |
| XYZ | 25.99 | 38.47 | 9.19 | - |
| YUV | 150.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 51 | 0.32 | 0 | 0.72 | 0.28 | 86.36 | 0.56 | 0.46 |
| Hex | 7D | B7 | 33 | 20 | 0 | 48 | 1C | 56 | 38 | 2E |
| Octal | 175 | 267 | 63 | 40 | 0 | 110 | 34 | 126 | 70 | 56 |
| Binary | 1111101 | 10110111 | 110011 | 100000 | 0 | 1001000 | 11100 | 1010110 | 111000 | 101110 |
Color Harmonies of #7DB733
Complementary color
Monochromatic Colors of #7DB733
Black with #7DB733
Text Example
Text Example
White with #7DB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB733; }
p { color: rgb(125,183,51); }
H1.HeaderClassName
{
color: #7DB733;
}
.AnyTagClassName
{
color: #7DB733;
}
</style>
background-color css
<style>
a { background-color: #7DB733; }
a { background-color: rgb(125,183,51); }
div.DivClassName
{
background-color: #7DB733;
}
.BgClassName
{
background-color: #7DB733;
}
</style>
border-color css
<style>
span { border-color: #7DB733; }
span { border-color: rgb(125,183,51); }
td.TdClassName
{
border-color: #7DB733;
}
.TagClassName
{
border-color: #7DB733;
}
</style>