Shades of Lima #7DBF15
Tints of Lima #7DBF15
RGB
CMYK
RGB Variations
Color information
#7DBF15 (or 0x7DBF15) is known color: Lima. HEX triplet: 7D, BF and 15. RGB value is (125,191,21). Sum of RGB (Red+Green+Blue) = 125+191+21=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBF15 is #8240EA. Grayscale: #989898. Windows color (decimal): -8536299 or 1425277. OLE color: 1425277.
HSL color Cylindrical-coordinate representation of color #7DBF15: hue angle of 83.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DBF15 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.25 |
| HSL | 83.29º | 0.8% | 0.42% | - |
| HSV(B) | 83.29º | 0.89% | 0.75% | - |
| XYZ | 27.22 | 41.68 | 7.32 | - |
| YUV | 151.89 | 54.13 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 21 | 0.35 | 0 | 0.89 | 0.25 | 83.29 | 0.8 | 0.42 |
| Hex | 7D | BF | 15 | 23 | 0 | 59 | 19 | 53 | 50 | 2A |
| Octal | 175 | 277 | 25 | 43 | 0 | 131 | 31 | 123 | 120 | 52 |
| Binary | 1111101 | 10111111 | 10101 | 100011 | 0 | 1011001 | 11001 | 1010011 | 1010000 | 101010 |
Color Harmonies of #7DBF15
Complementary color
Monochromatic Colors of #7DBF15
Black with #7DBF15
Text Example
Text Example
White with #7DBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF15; }
p { color: rgb(125,191,21); }
H1.HeaderClassName
{
color: #7DBF15;
}
.AnyTagClassName
{
color: #7DBF15;
}
</style>
background-color css
<style>
a { background-color: #7DBF15; }
a { background-color: rgb(125,191,21); }
div.DivClassName
{
background-color: #7DBF15;
}
.BgClassName
{
background-color: #7DBF15;
}
</style>
border-color css
<style>
span { border-color: #7DBF15; }
span { border-color: rgb(125,191,21); }
td.TdClassName
{
border-color: #7DBF15;
}
.TagClassName
{
border-color: #7DBF15;
}
</style>