Shades of Lima #7DB639
Tints of Lima #7DB639
RGB
CMYK
RGB Variations
Color information
#7DB639 (or 0x7DB639) is known color: Lima. HEX triplet: 7D, B6 and 39. RGB value is (125,182,57). Sum of RGB (Red+Green+Blue) = 125+182+57=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB639 is #8249C6. Grayscale: #979797. Windows color (decimal): -8538567 or 3782269. OLE color: 3782269.
HSL color Cylindrical-coordinate representation of color #7DB639: hue angle of 87.36º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB639 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 57 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.29 |
| HSL | 87.36º | 0.52% | 0.47% | - |
| HSV(B) | 87.36º | 0.69% | 0.71% | - |
| XYZ | 25.92 | 38.11 | 9.86 | - |
| YUV | 150.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 57 | 0.31 | 0 | 0.69 | 0.29 | 87.36 | 0.52 | 0.47 |
| Hex | 7D | B6 | 39 | 1F | 0 | 45 | 1D | 57 | 34 | 2F |
| Octal | 175 | 266 | 71 | 37 | 0 | 105 | 35 | 127 | 64 | 57 |
| Binary | 1111101 | 10110110 | 111001 | 11111 | 0 | 1000101 | 11101 | 1010111 | 110100 | 101111 |
Color Harmonies of #7DB639
Complementary color
Monochromatic Colors of #7DB639
Black with #7DB639
Text Example
Text Example
White with #7DB639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB639; }
p { color: rgb(125,182,57); }
H1.HeaderClassName
{
color: #7DB639;
}
.AnyTagClassName
{
color: #7DB639;
}
</style>
background-color css
<style>
a { background-color: #7DB639; }
a { background-color: rgb(125,182,57); }
div.DivClassName
{
background-color: #7DB639;
}
.BgClassName
{
background-color: #7DB639;
}
</style>
border-color css
<style>
span { border-color: #7DB639; }
span { border-color: rgb(125,182,57); }
td.TdClassName
{
border-color: #7DB639;
}
.TagClassName
{
border-color: #7DB639;
}
</style>