Shades of Lima #7DBD26
Tints of Lima #7DBD26
RGB
CMYK
RGB Variations
Color information
#7DBD26 (or 0x7DBD26) is known color: Lima. HEX triplet: 7D, BD and 26. RGB value is (125,189,38). Sum of RGB (Red+Green+Blue) = 125+189+38=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD26 is #8242D9. Grayscale: #999999. Windows color (decimal): -8536794 or 2538877. OLE color: 2538877.
HSL color Cylindrical-coordinate representation of color #7DBD26: hue angle of 85.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DBD26 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 38 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.26 |
| HSL | 85.43º | 0.67% | 0.45% | - |
| HSV(B) | 85.43º | 0.8% | 0.74% | - |
| XYZ | 27 | 40.9 | 8.3 | - |
| YUV | 152.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 38 | 0.34 | 0 | 0.80 | 0.26 | 85.43 | 0.67 | 0.45 |
| Hex | 7D | BD | 26 | 22 | 0 | 50 | 1A | 55 | 43 | 2D |
| Octal | 175 | 275 | 46 | 42 | 0 | 120 | 32 | 125 | 103 | 55 |
| Binary | 1111101 | 10111101 | 100110 | 100010 | 0 | 1010000 | 11010 | 1010101 | 1000011 | 101101 |
Color Harmonies of #7DBD26
Complementary color
Monochromatic Colors of #7DBD26
Black with #7DBD26
Text Example
Text Example
White with #7DBD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD26; }
p { color: rgb(125,189,38); }
H1.HeaderClassName
{
color: #7DBD26;
}
.AnyTagClassName
{
color: #7DBD26;
}
</style>
background-color css
<style>
a { background-color: #7DBD26; }
a { background-color: rgb(125,189,38); }
div.DivClassName
{
background-color: #7DBD26;
}
.BgClassName
{
background-color: #7DBD26;
}
</style>
border-color css
<style>
span { border-color: #7DBD26; }
span { border-color: rgb(125,189,38); }
td.TdClassName
{
border-color: #7DBD26;
}
.TagClassName
{
border-color: #7DBD26;
}
</style>