Shades of Lima #7DBB16
Tints of Lima #7DBB16
RGB
CMYK
RGB Variations
Color information
#7DBB16 (or 0x7DBB16) is known color: Lima. HEX triplet: 7D, BB and 16. RGB value is (125,187,22). Sum of RGB (Red+Green+Blue) = 125+187+22=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB16 is #8244E9. Grayscale: #969696. Windows color (decimal): -8537322 or 1489789. OLE color: 1489789.
HSL color Cylindrical-coordinate representation of color #7DBB16: hue angle of 82.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DBB16 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 22 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.27 |
| HSL | 82.55º | 0.79% | 0.41% | - |
| HSV(B) | 82.55º | 0.88% | 0.73% | - |
| XYZ | 26.37 | 39.96 | 7.08 | - |
| YUV | 149.65 | 55.96 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 22 | 0.33 | 0 | 0.88 | 0.27 | 82.55 | 0.79 | 0.41 |
| Hex | 7D | BB | 16 | 21 | 0 | 58 | 1B | 53 | 4F | 29 |
| Octal | 175 | 273 | 26 | 41 | 0 | 130 | 33 | 123 | 117 | 51 |
| Binary | 1111101 | 10111011 | 10110 | 100001 | 0 | 1011000 | 11011 | 1010011 | 1001111 | 101001 |
Color Harmonies of #7DBB16
Complementary color
Monochromatic Colors of #7DBB16
Black with #7DBB16
Text Example
Text Example
White with #7DBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB16; }
p { color: rgb(125,187,22); }
H1.HeaderClassName
{
color: #7DBB16;
}
.AnyTagClassName
{
color: #7DBB16;
}
</style>
background-color css
<style>
a { background-color: #7DBB16; }
a { background-color: rgb(125,187,22); }
div.DivClassName
{
background-color: #7DBB16;
}
.BgClassName
{
background-color: #7DBB16;
}
</style>
border-color css
<style>
span { border-color: #7DBB16; }
span { border-color: rgb(125,187,22); }
td.TdClassName
{
border-color: #7DBB16;
}
.TagClassName
{
border-color: #7DBB16;
}
</style>