Shades of Lima #7DB60F
Tints of Lima #7DB60F
RGB
CMYK
RGB Variations
Color information
#7DB60F (or 0x7DB60F) is known color: Lima. HEX triplet: 7D, B6 and 0F. RGB value is (125,182,15). Sum of RGB (Red+Green+Blue) = 125+182+15=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB60F is #8249F0. Grayscale: #929292. Windows color (decimal): -8538609 or 1029757. OLE color: 1029757.
HSL color Cylindrical-coordinate representation of color #7DB60F: hue angle of 80.48º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB60F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 15 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.29 |
| HSL | 80.48º | 0.85% | 0.39% | - |
| HSV(B) | 80.48º | 0.92% | 0.71% | - |
| XYZ | 25.27 | 37.85 | 6.43 | - |
| YUV | 145.92 | 54.12 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 15 | 0.31 | 0 | 0.92 | 0.29 | 80.48 | 0.85 | 0.39 |
| Hex | 7D | B6 | F | 1F | 0 | 5C | 1D | 50 | 55 | 27 |
| Octal | 175 | 266 | 17 | 37 | 0 | 134 | 35 | 120 | 125 | 47 |
| Binary | 1111101 | 10110110 | 1111 | 11111 | 0 | 1011100 | 11101 | 1010000 | 1010101 | 100111 |
Color Harmonies of #7DB60F
Complementary color
Monochromatic Colors of #7DB60F
Black with #7DB60F
Text Example
Text Example
White with #7DB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB60F; }
p { color: rgb(125,182,15); }
H1.HeaderClassName
{
color: #7DB60F;
}
.AnyTagClassName
{
color: #7DB60F;
}
</style>
background-color css
<style>
a { background-color: #7DB60F; }
a { background-color: rgb(125,182,15); }
div.DivClassName
{
background-color: #7DB60F;
}
.BgClassName
{
background-color: #7DB60F;
}
</style>
border-color css
<style>
span { border-color: #7DB60F; }
span { border-color: rgb(125,182,15); }
td.TdClassName
{
border-color: #7DB60F;
}
.TagClassName
{
border-color: #7DB60F;
}
</style>