Shades of Lima #7DBC10
Tints of Lima #7DBC10
RGB
CMYK
RGB Variations
Color information
#7DBC10 (or 0x7DBC10) is known color: Lima. HEX triplet: 7D, BC and 10. RGB value is (125,188,16). Sum of RGB (Red+Green+Blue) = 125+188+16=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC10 is #8243EF. Grayscale: #969696. Windows color (decimal): -8537072 or 1096829. OLE color: 1096829.
HSL color Cylindrical-coordinate representation of color #7DBC10: hue angle of 81.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DBC10 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 16 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.26 |
| HSL | 81.98º | 0.84% | 0.4% | - |
| HSV(B) | 81.98º | 0.91% | 0.74% | - |
| XYZ | 26.53 | 40.36 | 6.88 | - |
| YUV | 149.56 | 52.63 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 16 | 0.34 | 0 | 0.91 | 0.26 | 81.98 | 0.84 | 0.4 |
| Hex | 7D | BC | 10 | 22 | 0 | 5B | 1A | 52 | 54 | 28 |
| Octal | 175 | 274 | 20 | 42 | 0 | 133 | 32 | 122 | 124 | 50 |
| Binary | 1111101 | 10111100 | 10000 | 100010 | 0 | 1011011 | 11010 | 1010010 | 1010100 | 101000 |
Color Harmonies of #7DBC10
Complementary color
Monochromatic Colors of #7DBC10
Black with #7DBC10
Text Example
Text Example
White with #7DBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC10; }
p { color: rgb(125,188,16); }
H1.HeaderClassName
{
color: #7DBC10;
}
.AnyTagClassName
{
color: #7DBC10;
}
</style>
background-color css
<style>
a { background-color: #7DBC10; }
a { background-color: rgb(125,188,16); }
div.DivClassName
{
background-color: #7DBC10;
}
.BgClassName
{
background-color: #7DBC10;
}
</style>
border-color css
<style>
span { border-color: #7DBC10; }
span { border-color: rgb(125,188,16); }
td.TdClassName
{
border-color: #7DBC10;
}
.TagClassName
{
border-color: #7DBC10;
}
</style>