Shades of Lima #7DB638
Tints of Lima #7DB638
RGB
CMYK
RGB Variations
Color information
#7DB638 (or 0x7DB638) is known color: Lima. HEX triplet: 7D, B6 and 38. RGB value is (125,182,56). Sum of RGB (Red+Green+Blue) = 125+182+56=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB638 is #8249C7. Grayscale: #979797. Windows color (decimal): -8538568 or 3716733. OLE color: 3716733.
HSL color Cylindrical-coordinate representation of color #7DB638: hue angle of 87.14º degrees, saturation: 0.53, 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 #7DB638 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 56 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.29 |
| HSL | 87.14º | 0.53% | 0.47% | - |
| HSV(B) | 87.14º | 0.69% | 0.71% | - |
| XYZ | 25.9 | 38.1 | 9.73 | - |
| YUV | 150.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 56 | 0.31 | 0 | 0.69 | 0.29 | 87.14 | 0.53 | 0.47 |
| Hex | 7D | B6 | 38 | 1F | 0 | 45 | 1D | 57 | 35 | 2F |
| Octal | 175 | 266 | 70 | 37 | 0 | 105 | 35 | 127 | 65 | 57 |
| Binary | 1111101 | 10110110 | 111000 | 11111 | 0 | 1000101 | 11101 | 1010111 | 110101 | 101111 |
Color Harmonies of #7DB638
Complementary color
Monochromatic Colors of #7DB638
Black with #7DB638
Text Example
Text Example
White with #7DB638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB638; }
p { color: rgb(125,182,56); }
H1.HeaderClassName
{
color: #7DB638;
}
.AnyTagClassName
{
color: #7DB638;
}
</style>
background-color css
<style>
a { background-color: #7DB638; }
a { background-color: rgb(125,182,56); }
div.DivClassName
{
background-color: #7DB638;
}
.BgClassName
{
background-color: #7DB638;
}
</style>
border-color css
<style>
span { border-color: #7DB638; }
span { border-color: rgb(125,182,56); }
td.TdClassName
{
border-color: #7DB638;
}
.TagClassName
{
border-color: #7DB638;
}
</style>