Shades of Lima #7DBF12
Tints of Lima #7DBF12
RGB
CMYK
RGB Variations
Color information
#7DBF12 (or 0x7DBF12) is known color: Lima. HEX triplet: 7D, BF and 12. RGB value is (125,191,18). Sum of RGB (Red+Green+Blue) = 125+191+18=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBF12 is #8240ED. Grayscale: #989898. Windows color (decimal): -8536302 or 1228669. OLE color: 1228669.
HSL color Cylindrical-coordinate representation of color #7DBF12: hue angle of 82.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DBF12 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 18 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.25 |
| HSL | 82.89º | 0.83% | 0.41% | - |
| HSV(B) | 82.89º | 0.91% | 0.75% | - |
| XYZ | 27.2 | 41.67 | 7.18 | - |
| YUV | 151.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 18 | 0.35 | 0 | 0.91 | 0.25 | 82.89 | 0.83 | 0.41 |
| Hex | 7D | BF | 12 | 23 | 0 | 5B | 19 | 53 | 53 | 29 |
| Octal | 175 | 277 | 22 | 43 | 0 | 133 | 31 | 123 | 123 | 51 |
| Binary | 1111101 | 10111111 | 10010 | 100011 | 0 | 1011011 | 11001 | 1010011 | 1010011 | 101001 |
Color Harmonies of #7DBF12
Complementary color
Monochromatic Colors of #7DBF12
Black with #7DBF12
Text Example
Text Example
White with #7DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF12; }
p { color: rgb(125,191,18); }
H1.HeaderClassName
{
color: #7DBF12;
}
.AnyTagClassName
{
color: #7DBF12;
}
</style>
background-color css
<style>
a { background-color: #7DBF12; }
a { background-color: rgb(125,191,18); }
div.DivClassName
{
background-color: #7DBF12;
}
.BgClassName
{
background-color: #7DBF12;
}
</style>
border-color css
<style>
span { border-color: #7DBF12; }
span { border-color: rgb(125,191,18); }
td.TdClassName
{
border-color: #7DBF12;
}
.TagClassName
{
border-color: #7DBF12;
}
</style>