Shades of Lima #7DBD25
Tints of Lima #7DBD25
RGB
CMYK
RGB Variations
Color information
#7DBD25 (or 0x7DBD25) is known color: Lima. HEX triplet: 7D, BD and 25. RGB value is (125,189,37). Sum of RGB (Red+Green+Blue) = 125+189+37=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD25 is #8242DA. Grayscale: #999999. Windows color (decimal): -8536795 or 2473341. OLE color: 2473341.
HSL color Cylindrical-coordinate representation of color #7DBD25: hue angle of 85.26º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DBD25 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 37 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.26 |
| HSL | 85.26º | 0.67% | 0.44% | - |
| HSV(B) | 85.26º | 0.8% | 0.74% | - |
| XYZ | 26.99 | 40.89 | 8.22 | - |
| YUV | 152.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 37 | 0.34 | 0 | 0.80 | 0.26 | 85.26 | 0.67 | 0.44 |
| Hex | 7D | BD | 25 | 22 | 0 | 50 | 1A | 55 | 43 | 2C |
| Octal | 175 | 275 | 45 | 42 | 0 | 120 | 32 | 125 | 103 | 54 |
| Binary | 1111101 | 10111101 | 100101 | 100010 | 0 | 1010000 | 11010 | 1010101 | 1000011 | 101100 |
Color Harmonies of #7DBD25
Complementary color
Monochromatic Colors of #7DBD25
Black with #7DBD25
Text Example
Text Example
White with #7DBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD25; }
p { color: rgb(125,189,37); }
H1.HeaderClassName
{
color: #7DBD25;
}
.AnyTagClassName
{
color: #7DBD25;
}
</style>
background-color css
<style>
a { background-color: #7DBD25; }
a { background-color: rgb(125,189,37); }
div.DivClassName
{
background-color: #7DBD25;
}
.BgClassName
{
background-color: #7DBD25;
}
</style>
border-color css
<style>
span { border-color: #7DBD25; }
span { border-color: rgb(125,189,37); }
td.TdClassName
{
border-color: #7DBD25;
}
.TagClassName
{
border-color: #7DBD25;
}
</style>