Shades of Lima #7FB607
Tints of Lima #7FB607
RGB
CMYK
RGB Variations
Color information
#7FB607 (or 0x7FB607) is known color: Lima. HEX triplet: 7F, B6 and 07. RGB value is (127,182,7). Sum of RGB (Red+Green+Blue) = 127+182+7=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB607 is #8049F8. Grayscale: #929292. Windows color (decimal): -8407545 or 505471. OLE color: 505471.
HSL color Cylindrical-coordinate representation of color #7FB607: hue angle of 78.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FB607 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 7 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.29 |
| HSL | 78.86º | 0.93% | 0.37% | - |
| HSV(B) | 78.86º | 0.96% | 0.71% | - |
| XYZ | 25.52 | 37.98 | 6.19 | - |
| YUV | 145.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 7 | 0.30 | 0 | 0.96 | 0.29 | 78.86 | 0.93 | 0.37 |
| Hex | 7F | B6 | 7 | 1E | 0 | 60 | 1D | 4F | 5D | 25 |
| Octal | 177 | 266 | 7 | 36 | 0 | 140 | 35 | 117 | 135 | 45 |
| Binary | 1111111 | 10110110 | 111 | 11110 | 0 | 1100000 | 11101 | 1001111 | 1011101 | 100101 |
Color Harmonies of #7FB607
Complementary color
Monochromatic Colors of #7FB607
Black with #7FB607
Text Example
Text Example
White with #7FB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB607; }
p { color: rgb(127,182,7); }
H1.HeaderClassName
{
color: #7FB607;
}
.AnyTagClassName
{
color: #7FB607;
}
</style>
background-color css
<style>
a { background-color: #7FB607; }
a { background-color: rgb(127,182,7); }
div.DivClassName
{
background-color: #7FB607;
}
.BgClassName
{
background-color: #7FB607;
}
</style>
border-color css
<style>
span { border-color: #7FB607; }
span { border-color: rgb(127,182,7); }
td.TdClassName
{
border-color: #7FB607;
}
.TagClassName
{
border-color: #7FB607;
}
</style>