Shades of Lima #7DBD1F
Tints of Lima #7DBD1F
RGB
CMYK
RGB Variations
Color information
#7DBD1F (or 0x7DBD1F) is known color: Lima. HEX triplet: 7D, BD and 1F. RGB value is (125,189,31). Sum of RGB (Red+Green+Blue) = 125+189+31=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD1F is #8242E0. Grayscale: #989898. Windows color (decimal): -8536801 or 2080125. OLE color: 2080125.
HSL color Cylindrical-coordinate representation of color #7DBD1F: hue angle of 84.3º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DBD1F is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 31 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.26 |
| HSL | 84.3º | 0.72% | 0.43% | - |
| HSV(B) | 84.3º | 0.84% | 0.74% | - |
| XYZ | 26.9 | 40.85 | 7.76 | - |
| YUV | 151.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 31 | 0.34 | 0 | 0.84 | 0.26 | 84.3 | 0.72 | 0.43 |
| Hex | 7D | BD | 1F | 22 | 0 | 54 | 1A | 54 | 48 | 2B |
| Octal | 175 | 275 | 37 | 42 | 0 | 124 | 32 | 124 | 110 | 53 |
| Binary | 1111101 | 10111101 | 11111 | 100010 | 0 | 1010100 | 11010 | 1010100 | 1001000 | 101011 |
Color Harmonies of #7DBD1F
Complementary color
Monochromatic Colors of #7DBD1F
Black with #7DBD1F
Text Example
Text Example
White with #7DBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD1F; }
p { color: rgb(125,189,31); }
H1.HeaderClassName
{
color: #7DBD1F;
}
.AnyTagClassName
{
color: #7DBD1F;
}
</style>
background-color css
<style>
a { background-color: #7DBD1F; }
a { background-color: rgb(125,189,31); }
div.DivClassName
{
background-color: #7DBD1F;
}
.BgClassName
{
background-color: #7DBD1F;
}
</style>
border-color css
<style>
span { border-color: #7DBD1F; }
span { border-color: rgb(125,189,31); }
td.TdClassName
{
border-color: #7DBD1F;
}
.TagClassName
{
border-color: #7DBD1F;
}
</style>