Shades of Lima #7FBC06
Tints of Lima #7FBC06
RGB
CMYK
RGB Variations
Color information
#7FBC06 (or 0x7FBC06) is known color: Lima. HEX triplet: 7F, BC and 06. RGB value is (127,188,6). Sum of RGB (Red+Green+Blue) = 127+188+6=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC06 is #8043F9. Grayscale: #959595. Windows color (decimal): -8406010 or 441471. OLE color: 441471.
HSL color Cylindrical-coordinate representation of color #7FBC06: hue angle of 80.11º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FBC06 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.26 |
| HSL | 80.11º | 0.94% | 0.38% | - |
| HSV(B) | 80.11º | 0.97% | 0.74% | - |
| XYZ | 26.77 | 40.49 | 6.58 | - |
| YUV | 149.01 | 47.29 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 6 | 0.32 | 0 | 0.97 | 0.26 | 80.11 | 0.94 | 0.38 |
| Hex | 7F | BC | 6 | 20 | 0 | 61 | 1A | 50 | 5E | 26 |
| Octal | 177 | 274 | 6 | 40 | 0 | 141 | 32 | 120 | 136 | 46 |
| Binary | 1111111 | 10111100 | 110 | 100000 | 0 | 1100001 | 11010 | 1010000 | 1011110 | 100110 |
Color Harmonies of #7FBC06
Complementary color
Monochromatic Colors of #7FBC06
Black with #7FBC06
Text Example
Text Example
White with #7FBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC06; }
p { color: rgb(127,188,6); }
H1.HeaderClassName
{
color: #7FBC06;
}
.AnyTagClassName
{
color: #7FBC06;
}
</style>
background-color css
<style>
a { background-color: #7FBC06; }
a { background-color: rgb(127,188,6); }
div.DivClassName
{
background-color: #7FBC06;
}
.BgClassName
{
background-color: #7FBC06;
}
</style>
border-color css
<style>
span { border-color: #7FBC06; }
span { border-color: rgb(127,188,6); }
td.TdClassName
{
border-color: #7FBC06;
}
.TagClassName
{
border-color: #7FBC06;
}
</style>