Shades of Lima #7DB635
Tints of Lima #7DB635
RGB
CMYK
RGB Variations
Color information
#7DB635 (or 0x7DB635) is known color: Lima. HEX triplet: 7D, B6 and 35. RGB value is (125,182,53). Sum of RGB (Red+Green+Blue) = 125+182+53=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB635 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB635 is #8249CA. Grayscale: #969696. Windows color (decimal): -8538571 or 3520125. OLE color: 3520125.
HSL color Cylindrical-coordinate representation of color #7DB635: hue angle of 86.51º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DB635 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 53 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.29 |
| HSL | 86.51º | 0.55% | 0.46% | - |
| HSV(B) | 86.51º | 0.71% | 0.71% | - |
| XYZ | 25.83 | 38.07 | 9.36 | - |
| YUV | 150.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 53 | 0.31 | 0 | 0.71 | 0.29 | 86.51 | 0.55 | 0.46 |
| Hex | 7D | B6 | 35 | 1F | 0 | 47 | 1D | 57 | 37 | 2E |
| Octal | 175 | 266 | 65 | 37 | 0 | 107 | 35 | 127 | 67 | 56 |
| Binary | 1111101 | 10110110 | 110101 | 11111 | 0 | 1000111 | 11101 | 1010111 | 110111 | 101110 |
Color Harmonies of #7DB635
Complementary color
Monochromatic Colors of #7DB635
Black with #7DB635
Text Example
Text Example
White with #7DB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB635; }
p { color: rgb(125,182,53); }
H1.HeaderClassName
{
color: #7DB635;
}
.AnyTagClassName
{
color: #7DB635;
}
</style>
background-color css
<style>
a { background-color: #7DB635; }
a { background-color: rgb(125,182,53); }
div.DivClassName
{
background-color: #7DB635;
}
.BgClassName
{
background-color: #7DB635;
}
</style>
border-color css
<style>
span { border-color: #7DB635; }
span { border-color: rgb(125,182,53); }
td.TdClassName
{
border-color: #7DB635;
}
.TagClassName
{
border-color: #7DB635;
}
</style>