Shades of Lima #7DB90F
Tints of Lima #7DB90F
RGB
CMYK
RGB Variations
Color information
#7DB90F (or 0x7DB90F) is known color: Lima. HEX triplet: 7D, B9 and 0F. RGB value is (125,185,15). Sum of RGB (Red+Green+Blue) = 125+185+15=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB90F is #8246F0. Grayscale: #949494. Windows color (decimal): -8537841 or 1030525. OLE color: 1030525.
HSL color Cylindrical-coordinate representation of color #7DB90F: hue angle of 81.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB90F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.27 |
| HSL | 81.18º | 0.85% | 0.39% | - |
| HSV(B) | 81.18º | 0.92% | 0.73% | - |
| XYZ | 25.89 | 39.09 | 6.63 | - |
| YUV | 147.68 | 53.12 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 15 | 0.32 | 0 | 0.92 | 0.27 | 81.18 | 0.85 | 0.39 |
| Hex | 7D | B9 | F | 20 | 0 | 5C | 1B | 51 | 55 | 27 |
| Octal | 175 | 271 | 17 | 40 | 0 | 134 | 33 | 121 | 125 | 47 |
| Binary | 1111101 | 10111001 | 1111 | 100000 | 0 | 1011100 | 11011 | 1010001 | 1010101 | 100111 |
Color Harmonies of #7DB90F
Complementary color
Monochromatic Colors of #7DB90F
Black with #7DB90F
Text Example
Text Example
White with #7DB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB90F; }
p { color: rgb(125,185,15); }
H1.HeaderClassName
{
color: #7DB90F;
}
.AnyTagClassName
{
color: #7DB90F;
}
</style>
background-color css
<style>
a { background-color: #7DB90F; }
a { background-color: rgb(125,185,15); }
div.DivClassName
{
background-color: #7DB90F;
}
.BgClassName
{
background-color: #7DB90F;
}
</style>
border-color css
<style>
span { border-color: #7DB90F; }
span { border-color: rgb(125,185,15); }
td.TdClassName
{
border-color: #7DB90F;
}
.TagClassName
{
border-color: #7DB90F;
}
</style>