Shades of Lima #7DB121
Tints of Lima #7DB121
RGB
CMYK
RGB Variations
Color information
#7DB121 (or 0x7DB121) is known color: Lima. HEX triplet: 7D, B1 and 21. RGB value is (125,177,33). Sum of RGB (Red+Green+Blue) = 125+177+33=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB121 is #824EDE. Grayscale: #919191. Windows color (decimal): -8539871 or 2208125. OLE color: 2208125.
HSL color Cylindrical-coordinate representation of color #7DB121: hue angle of 81.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DB121 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 33 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.31 |
| HSL | 81.67º | 0.69% | 0.41% | - |
| HSV(B) | 81.67º | 0.81% | 0.69% | - |
| XYZ | 24.45 | 35.91 | 7.08 | - |
| YUV | 145.04 | 64.77 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 33 | 0.29 | 0 | 0.81 | 0.31 | 81.67 | 0.69 | 0.41 |
| Hex | 7D | B1 | 21 | 1D | 0 | 51 | 1F | 52 | 45 | 29 |
| Octal | 175 | 261 | 41 | 35 | 0 | 121 | 37 | 122 | 105 | 51 |
| Binary | 1111101 | 10110001 | 100001 | 11101 | 0 | 1010001 | 11111 | 1010010 | 1000101 | 101001 |
Color Harmonies of #7DB121
Complementary color
Monochromatic Colors of #7DB121
Black with #7DB121
Text Example
Text Example
White with #7DB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB121; }
p { color: rgb(125,177,33); }
H1.HeaderClassName
{
color: #7DB121;
}
.AnyTagClassName
{
color: #7DB121;
}
</style>
background-color css
<style>
a { background-color: #7DB121; }
a { background-color: rgb(125,177,33); }
div.DivClassName
{
background-color: #7DB121;
}
.BgClassName
{
background-color: #7DB121;
}
</style>
border-color css
<style>
span { border-color: #7DB121; }
span { border-color: rgb(125,177,33); }
td.TdClassName
{
border-color: #7DB121;
}
.TagClassName
{
border-color: #7DB121;
}
</style>