Shades of Lima #7DBD1B
Tints of Lima #7DBD1B
RGB
CMYK
RGB Variations
Color information
#7DBD1B (or 0x7DBD1B) is known color: Lima. HEX triplet: 7D, BD and 1B. RGB value is (125,189,27). Sum of RGB (Red+Green+Blue) = 125+189+27=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD1B is #8242E4. Grayscale: #979797. Windows color (decimal): -8536805 or 1817981. OLE color: 1817981.
HSL color Cylindrical-coordinate representation of color #7DBD1B: hue angle of 83.7º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DBD1B is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 27 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.26 |
| HSL | 83.7º | 0.75% | 0.42% | - |
| HSV(B) | 83.7º | 0.86% | 0.74% | - |
| XYZ | 26.85 | 40.83 | 7.5 | - |
| YUV | 151.4 | 57.8 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 27 | 0.34 | 0 | 0.86 | 0.26 | 83.7 | 0.75 | 0.42 |
| Hex | 7D | BD | 1B | 22 | 0 | 56 | 1A | 54 | 4B | 2A |
| Octal | 175 | 275 | 33 | 42 | 0 | 126 | 32 | 124 | 113 | 52 |
| Binary | 1111101 | 10111101 | 11011 | 100010 | 0 | 1010110 | 11010 | 1010100 | 1001011 | 101010 |
Color Harmonies of #7DBD1B
Complementary color
Monochromatic Colors of #7DBD1B
Black with #7DBD1B
Text Example
Text Example
White with #7DBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD1B; }
p { color: rgb(125,189,27); }
H1.HeaderClassName
{
color: #7DBD1B;
}
.AnyTagClassName
{
color: #7DBD1B;
}
</style>
background-color css
<style>
a { background-color: #7DBD1B; }
a { background-color: rgb(125,189,27); }
div.DivClassName
{
background-color: #7DBD1B;
}
.BgClassName
{
background-color: #7DBD1B;
}
</style>
border-color css
<style>
span { border-color: #7DBD1B; }
span { border-color: rgb(125,189,27); }
td.TdClassName
{
border-color: #7DBD1B;
}
.TagClassName
{
border-color: #7DBD1B;
}
</style>