Shades of Lima #7DBA26
Tints of Lima #7DBA26
RGB
CMYK
RGB Variations
Color information
#7DBA26 (or 0x7DBA26) is known color: Lima. HEX triplet: 7D, BA and 26. RGB value is (125,186,38). Sum of RGB (Red+Green+Blue) = 125+186+38=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA26 is #8245D9. Grayscale: #979797. Windows color (decimal): -8537562 or 2538109. OLE color: 2538109.
HSL color Cylindrical-coordinate representation of color #7DBA26: hue angle of 84.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DBA26 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 38 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.27 |
| HSL | 84.73º | 0.66% | 0.44% | - |
| HSV(B) | 84.73º | 0.8% | 0.73% | - |
| XYZ | 26.37 | 39.62 | 8.09 | - |
| YUV | 150.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 38 | 0.33 | 0 | 0.80 | 0.27 | 84.73 | 0.66 | 0.44 |
| Hex | 7D | BA | 26 | 21 | 0 | 50 | 1B | 55 | 42 | 2C |
| Octal | 175 | 272 | 46 | 41 | 0 | 120 | 33 | 125 | 102 | 54 |
| Binary | 1111101 | 10111010 | 100110 | 100001 | 0 | 1010000 | 11011 | 1010101 | 1000010 | 101100 |
Color Harmonies of #7DBA26
Complementary color
Monochromatic Colors of #7DBA26
Black with #7DBA26
Text Example
Text Example
White with #7DBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA26; }
p { color: rgb(125,186,38); }
H1.HeaderClassName
{
color: #7DBA26;
}
.AnyTagClassName
{
color: #7DBA26;
}
</style>
background-color css
<style>
a { background-color: #7DBA26; }
a { background-color: rgb(125,186,38); }
div.DivClassName
{
background-color: #7DBA26;
}
.BgClassName
{
background-color: #7DBA26;
}
</style>
border-color css
<style>
span { border-color: #7DBA26; }
span { border-color: rgb(125,186,38); }
td.TdClassName
{
border-color: #7DBA26;
}
.TagClassName
{
border-color: #7DBA26;
}
</style>