Shades of Lima #7DC128
Tints of Lima #7DC128
RGB
CMYK
RGB Variations
Color information
#7DC128 (or 0x7DC128) is known color: Lima. HEX triplet: 7D, C1 and 28. RGB value is (125,193,40). Sum of RGB (Red+Green+Blue) = 125+193+40=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC128 is #823ED7. Grayscale: #9B9B9B. Windows color (decimal): -8535768 or 2670973. OLE color: 2670973.
HSL color Cylindrical-coordinate representation of color #7DC128: hue angle of 86.67º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DC128 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 40 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.24 |
| HSL | 86.67º | 0.66% | 0.46% | - |
| HSV(B) | 86.67º | 0.79% | 0.76% | - |
| XYZ | 27.91 | 42.65 | 8.77 | - |
| YUV | 155.23 | 62.97 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 40 | 0.35 | 0 | 0.79 | 0.24 | 86.67 | 0.66 | 0.46 |
| Hex | 7D | C1 | 28 | 23 | 0 | 4F | 18 | 57 | 42 | 2E |
| Octal | 175 | 301 | 50 | 43 | 0 | 117 | 30 | 127 | 102 | 56 |
| Binary | 1111101 | 11000001 | 101000 | 100011 | 0 | 1001111 | 11000 | 1010111 | 1000010 | 101110 |
Color Harmonies of #7DC128
Complementary color
Monochromatic Colors of #7DC128
Black with #7DC128
Text Example
Text Example
White with #7DC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC128; }
p { color: rgb(125,193,40); }
H1.HeaderClassName
{
color: #7DC128;
}
.AnyTagClassName
{
color: #7DC128;
}
</style>
background-color css
<style>
a { background-color: #7DC128; }
a { background-color: rgb(125,193,40); }
div.DivClassName
{
background-color: #7DC128;
}
.BgClassName
{
background-color: #7DC128;
}
</style>
border-color css
<style>
span { border-color: #7DC128; }
span { border-color: rgb(125,193,40); }
td.TdClassName
{
border-color: #7DC128;
}
.TagClassName
{
border-color: #7DC128;
}
</style>